]> Pileus Git - ~andy/linux/commit
mwifiex: cancel cmd timer and free curr_cmd in shutdown process
authorBing Zhao <bzhao@marvell.com>
Sat, 16 Mar 2013 01:47:07 +0000 (18:47 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 18 Mar 2013 19:20:38 +0000 (15:20 -0400)
commit084c7189acb3f969c855536166042e27f5dd703f
tree215f39dcee2c53e7f59459c26296ec934fa52bf6
parenta3e240cacc93a06bff3313e28938e980d01a2160
mwifiex: cancel cmd timer and free curr_cmd in shutdown process

curr_cmd points to the command that is in processing or waiting
for its command response from firmware. If the function shutdown
happens to occur at this time we should cancel the cmd timer and
put the command back to free queue.

Cc: <stable@vger.kernel.org> # 3.8
Tested-by: Marco Cesarano <marco@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/init.c