From: Kalle Valo Date: Thu, 27 Oct 2011 15:47:46 +0000 (+0300) Subject: ath6kl: don't use cfg80211_scan_request after cfg80211_scan_done() X-Git-Tag: v3.3-rc1~182^2~261^2~200^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb93821a9eaf53fb60addd689d3fa9f106790be1;p=pandora-kernel.git ath6kl: don't use cfg80211_scan_request after cfg80211_scan_done() Use of cfg80211_scan_request is not valid after calling cfg80211_scan_done() but ath6kl_cfg80211_scan_complete_event() was doing exactly that. Change the function to call cfg80211_scan_done() last. This was found during code review, I didn't see any visible problems due to this bug. Signed-off-by: Kalle Valo --- Reading git-diff-tree failed