9b8e084232c555fd09e4f06b5f57b89510f89df9
[openwrt/openwrt.git] / package / kernel / mac80211 / patches / subsys / 210-ap_scan.patch
1 From: Felix Fietkau <nbd@nbd.name>
2 Date: Wed, 3 Oct 2012 00:00:00 +0200
3 Subject: [PATCH] mac80211: allow scans in access point mode (for site survey)
4
5 ---
6 net/mac80211/cfg.c | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9 --- a/net/mac80211/cfg.c
10 +++ b/net/mac80211/cfg.c
11 @@ -2497,7 +2497,7 @@ static int ieee80211_scan(struct wiphy *
12 * the frames sent while scanning on other channel will be
13 * lost)
14 */
15 - if (sdata->u.ap.beacon &&
16 + if (0 && sdata->u.ap.beacon &&
17 (!(wiphy->features & NL80211_FEATURE_AP_SCAN) ||
18 !(req->flags & NL80211_SCAN_FLAG_AP)))
19 return -EOPNOTSUPP;