Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts: drivers/net/wireless/iwmc3200wifi/netdev.c net/wireless/scan.c
This commit is contained in:
@@ -48,8 +48,6 @@ void __cfg80211_scan_done(struct work_struct *wk)
|
||||
else
|
||||
nl80211_send_scan_done(wiphy_to_dev(request->wiphy), dev);
|
||||
|
||||
wiphy_to_dev(request->wiphy)->scan_req = NULL;
|
||||
|
||||
#ifdef CONFIG_WIRELESS_EXT
|
||||
if (!request->aborted) {
|
||||
memset(&wrqu, 0, sizeof(wrqu));
|
||||
@@ -62,6 +60,7 @@ void __cfg80211_scan_done(struct work_struct *wk)
|
||||
|
||||
out:
|
||||
cfg80211_unlock_rdev(rdev);
|
||||
wiphy_to_dev(request->wiphy)->scan_req = NULL;
|
||||
kfree(request);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user