DHDAXCW-Rockchip-OpenWrt/package/kernel/mac80211/patches/404-regd_no_assoc_hints.patch
coolsnowwolf 688513f8fc Revert "sync wireless drivers with LEDE 17.01.4 stable"
This reverts commit 9cf4daca931342851711751aadb8dd877ba6d743.
2017-11-04 14:53:16 +08:00

20 lines
546 B
Diff

--- a/net/wireless/reg.c
+++ b/net/wireless/reg.c
@@ -2497,6 +2497,8 @@ void regulatory_hint_country_ie(struct w
enum environment_cap env = ENVIRON_ANY;
struct regulatory_request *request = NULL, *lr;
+ return;
+
/* IE len must be evenly divisible by 2 */
if (country_ie_len & 0x01)
return;
@@ -2703,6 +2705,7 @@ static void restore_regulatory_settings(
void regulatory_hint_disconnect(void)
{
+ return;
pr_debug("All devices are disconnected, going to restore regulatory settings\n");
restore_regulatory_settings(false);
}