91b0c334c1deaebdb23c9a64ccfb5c517fe6e224
[openwrt/svn-archive/archive.git] / package / mac80211 / patches / 406-regd_no_assoc_hints.patch
1 --- a/net/wireless/reg.c
2 +++ b/net/wireless/reg.c
3 @@ -1629,6 +1629,8 @@ void regulatory_hint_11d(struct wiphy *w
4 enum environment_cap env = ENVIRON_ANY;
5 struct regulatory_request *request;
6
7 + return;
8 +
9 mutex_lock(&reg_mutex);
10
11 if (unlikely(!last_request))
12 @@ -1791,6 +1793,8 @@ static void restore_regulatory_settings(
13
14 void regulatory_hint_disconnect(void)
15 {
16 + return;
17 +
18 REG_DBG_PRINT("All devices are disconnected, going to "
19 "restore regulatory settings\n");
20 restore_regulatory_settings(false);
21 @@ -1811,6 +1815,8 @@ int regulatory_hint_found_beacon(struct
22 {
23 struct reg_beacon *reg_beacon;
24
25 + return;
26 +
27 if (likely((beacon_chan->beacon_found ||
28 (beacon_chan->flags & IEEE80211_CHAN_RADAR) ||
29 (beacon_chan->band == IEEE80211_BAND_2GHZ &&