From bbd756364f2f343a754180c6ea821f26f1b98ad9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 28 Jul 2010 11:40:38 +0000 Subject: ath9k: fix various calibration related bugs and clean up the code SVN-Revision: 22408 --- .../patches/800-mac80211_scan_callback_revert.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 package/mac80211/patches/800-mac80211_scan_callback_revert.patch (limited to 'package/mac80211/patches/800-mac80211_scan_callback_revert.patch') diff --git a/package/mac80211/patches/800-mac80211_scan_callback_revert.patch b/package/mac80211/patches/800-mac80211_scan_callback_revert.patch deleted file mode 100644 index 904dd3c03b..0000000000 --- a/package/mac80211/patches/800-mac80211_scan_callback_revert.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/net/mac80211/scan.c -+++ b/net/mac80211/scan.c -@@ -287,8 +287,6 @@ void ieee80211_scan_completed(struct iee - local->scanning = 0; - local->scan_channel = NULL; - -- drv_sw_scan_complete(local); -- - /* we only have to protect scan_req and hw/sw scan */ - mutex_unlock(&local->scan_mtx); - -@@ -298,6 +296,8 @@ void ieee80211_scan_completed(struct iee - - ieee80211_configure_filter(local); - -+ drv_sw_scan_complete(local); -+ - ieee80211_offchannel_return(local, true); - - done: -- cgit v1.2.3