mac80211: really fix the long standing wds ap tx power regression (#14153)
[openwrt/svn-archive/archive.git] / package / kernel / mac80211 / patches / 405-regd_no_assoc_hints.patch
1 --- a/net/wireless/reg.c
2 +++ b/net/wireless/reg.c
3 @@ -1696,6 +1696,8 @@ void regulatory_hint_11d(struct wiphy *w
4 enum environment_cap env = ENVIRON_ANY;
5 struct regulatory_request *request = NULL, *lr;
6
7 + return;
8 +
9 /* IE len must be evenly divisible by 2 */
10 if (country_ie_len & 0x01)
11 return;
12 @@ -1890,6 +1892,7 @@ static void restore_regulatory_settings(
13
14 void regulatory_hint_disconnect(void)
15 {
16 + return;
17 REG_DBG_PRINT("All devices are disconnected, going to restore regulatory settings\n");
18 restore_regulatory_settings(false);
19 }