From: Johannes Berg Date: Wed, 18 Aug 2010 16:35:22 +0000 (-0700) Subject: iwlwifi: do not spuriously call ieee80211_scan_completed X-Git-Tag: v2.6.37-rc1~147^2~679^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=672ddeffeb2afad18fe1a2fc5aa14a07b4da1551;p=pandora-kernel.git 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 Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed