commit | 15db0b7fd872b0312033666d3a82e1214a227ec0 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Tue Aug 25 16:33:47 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 28 14:40:45 2009 -0400 |
tree | 0c853f69292d085fac68e0cf5098b484fde9d13c | |
parent | 6bd5f5208fac04d00325b458355e4a4abda76595 [diff] |
mac80211: fix scan cancel on ifdown When an interface is taken down while a scan is pending -- i.e. a scan request was accepted but not yet acted upon due to other work being in progress -- we currently do not properly cancel that scan and end up getting stuck. Fix this by doing better checks when an interface is taken down. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>