git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4336a2
)
mwifiex: remove explicit mwifiex_complete_cmd calls
author
Andreas Fenkart
<afenkart@gmail.com>
Fri, 17 Jul 2015 07:13:03 +0000
(09:13 +0200)
committer
Kalle Valo
<kvalo@codeaurora.org>
Thu, 6 Aug 2015 07:09:02 +0000
(10:09 +0300)
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>
drivers/net/wireless/mwifiex/cmdevt.c
patch
|
blob
|
history
diff --cc
drivers/net/wireless/mwifiex/cmdevt.c
Simple merge