summaryrefslogtreecommitdiff
path: root/package/mac80211/patches/800-mac80211_scan_callback_revert.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-07-27 21:04:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-07-27 21:04:54 +0000
commit0e417cf3ce3fc469106548491c9d9c19ddae45d0 (patch)
tree7bc9557a2d205491d94c6893c347699170985594 /package/mac80211/patches/800-mac80211_scan_callback_revert.patch
parent7a5f143f64aa4b4016c29992b0eaa956da86eef6 (diff)
downloadmtk-20170518-0e417cf3ce3fc469106548491c9d9c19ddae45d0.zip
mtk-20170518-0e417cf3ce3fc469106548491c9d9c19ddae45d0.tar.gz
mtk-20170518-0e417cf3ce3fc469106548491c9d9c19ddae45d0.tar.bz2
mac80211: update to wireless-testing 2010-07-26 + pending patches - adds a change that might fix some calibration issues
SVN-Revision: 22403
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 0000000..904dd3c
--- /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: