summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/800-mac80211_scan_callback_revert.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-27 21:04:54 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-27 21:04:54 +0000
commitf7ff2aed8b863cf6a639ff5e487307eabc8712f1 (patch)
tree52aab3eb277ba5567e6c8286b16d95acbb8a1ccc /package/mac80211/patches/800-mac80211_scan_callback_revert.patch
parentbffb902a108b8cb5925546dfe48e5071d1124b8a (diff)
mac80211: update to wireless-testing 2010-07-26 + pending patches - adds a change that might fix some calibration issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22403 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/800-mac80211_scan_callback_revert.patch')
-rw-r--r--package/mac80211/patches/800-mac80211_scan_callback_revert.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/mac80211/patches/800-mac80211_scan_callback_revert.patch b/package/mac80211/patches/800-mac80211_scan_callback_revert.patch
new file mode 100644
index 000000000..904dd3c03
--- /dev/null
+++ b/package/mac80211/patches/800-mac80211_scan_callback_revert.patch
@@ -0,0 +1,20 @@
+--- 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: