commit | e3a3ef25b8cb6d7a20b52dfdadd56516041ffb51 | [log] [tgz] |
---|---|---|
author | Andreas Fenkart <afenkart@gmail.com> | Fri Jul 17 09:13:03 2015 +0200 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Aug 06 10:09:02 2015 +0300 |
tree | 26b7d3db682336686076cc720b23e2b951cf188b | |
parent | b4336a282db86b298b70563f8ed51782b36b772c [diff] |
mwifiex: remove explicit mwifiex_complete_cmd calls standard call chain when releasing a cmd node: mwifiex_recycle_cmd_node -> mwifiex_insert_cmd_to_free_q -> mwifiex_complete_cmd, if wait_q_enabled calling mwifiex_complete_cmd explicitly and setting wait_q_enabled = false is redundant Signed-off-by: Andreas Fenkart <afenkart@gmail.com> Acked-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>