mac80211: Update to version 5.7-rc3-1
[openwrt/staging/chunkeey.git] / package / kernel / mac80211 / patches / ath / 404-regd_no_assoc_hints.patch
1 --- a/net/wireless/reg.c
2 +++ b/net/wireless/reg.c
3 @@ -3041,6 +3041,8 @@ void regulatory_hint_country_ie(struct 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 @@ -3292,6 +3294,7 @@ static bool is_wiphy_all_set_reg_flag(en
13
14 void regulatory_hint_disconnect(void)
15 {
16 + return;
17 /* Restore of regulatory settings is not required when wiphy(s)
18 * ignore IE from connected access point but clearance of beacon hints
19 * is required when wiphy(s) supports beacon hints.