commit | 74430f9489a3b6116a5c144eea2bc62cd52012f6 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Dec 08 16:04:38 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Dec 15 13:12:50 2015 +0100 |
tree | 096c0e6a272326a0a2dcf11aba840cc9715f6bb1 | |
parent | 707554b4d117330e58374990b6c27ded650dc684 [diff] |
mac80211: run scan completed work on reconfig failure When reconfiguration during resume fails while a scan is pending for completion work, that work will never run, and the scan will be stuck forever. Factor out the code to recover this and call it also in ieee80211_handle_reconfig_failure(). Signed-off-by: Johannes Berg <johannes.berg@intel.com>