summaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/210-ap_scan.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-07-31 19:49:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-07-31 19:49:27 +0000
commit08c594bf5a519593cef1cc9a8b5414091d5894d3 (patch)
tree4928572178997d3dd5db589ae5dcddd5519d71e3 /package/kernel/mac80211/patches/210-ap_scan.patch
parent29de31f8ba243ab9cfe5240e9ac9de2814892a27 (diff)
downloadmaster-31e0f0ae-08c594bf5a519593cef1cc9a8b5414091d5894d3.tar.gz
master-31e0f0ae-08c594bf5a519593cef1cc9a8b5414091d5894d3.tar.bz2
master-31e0f0ae-08c594bf5a519593cef1cc9a8b5414091d5894d3.zip
mac80211: restore AP scan patch
Signed-off-by: Dmitry Ivanov <dima@ubnt.com> SVN-Revision: 46535
Diffstat (limited to 'package/kernel/mac80211/patches/210-ap_scan.patch')
-rw-r--r--package/kernel/mac80211/patches/210-ap_scan.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/kernel/mac80211/patches/210-ap_scan.patch b/package/kernel/mac80211/patches/210-ap_scan.patch
new file mode 100644
index 0000000000..29f05c44d6
--- /dev/null
+++ b/package/kernel/mac80211/patches/210-ap_scan.patch
@@ -0,0 +1,11 @@
+--- a/net/mac80211/cfg.c
++++ b/net/mac80211/cfg.c
+@@ -2008,7 +2008,7 @@ static int ieee80211_scan(struct wiphy *
+ * the frames sent while scanning on other channel will be
+ * lost)
+ */
+- if (sdata->u.ap.beacon &&
++ if (0 && sdata->u.ap.beacon &&
+ (!(wiphy->features & NL80211_FEATURE_AP_SCAN) ||
+ !(req->flags & NL80211_SCAN_FLAG_AP)))
+ return -EOPNOTSUPP;