commit | 672ddeffeb2afad18fe1a2fc5aa14a07b4da1551 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Aug 18 09:35:22 2010 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Aug 24 16:32:05 2010 -0400 |
tree | 4e382dd8ddaf81af6cf7431fb1818919da6fb5b0 | |
parent | 54c8067a4a0606f466faf0f30b16684b00060e70 [diff] |
iwlwifi: do not spuriously call ieee80211_scan_completed When a scan is aborted because the corresponding virtual interface is removed, we may still later attempt to tell mac80211 that the scan completed. This is obviously wrong, since we already told it that it was aborted, so don't do that. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>