mwifiex: abort scan upon interface down
authorAmitkumar Karwar <akarwar@marvell.com>
Sat, 20 Oct 2012 02:19:16 +0000 (19:19 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 29 Oct 2012 19:20:33 +0000 (15:20 -0400)
commitf162cac83ba474eb71ea2aa7788bd77f1692f4d2
treeef9e5af7642d0e390aa6267bc350a0fb7b7e5e51
parente45a841972b9d43e19e61ab3089bbe0d52a990e8
mwifiex: abort scan upon interface down

When the interface is down, we will abort scan by calling
cfg80211_scan_done() with abort option. This fixes WARN_ON
triggered by cfg80211 in wdev_cleanup_work().

Driver's internal variables/flags are cleared once we get
response for current scan command. Meanwhile we will block
new scan request from cfg80211.

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/cfg80211.c
drivers/net/wireless/mwifiex/init.c
drivers/net/wireless/mwifiex/main.c
drivers/net/wireless/mwifiex/scan.c
This page took 0.026248 seconds and 5 git commands to generate.