diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-04-06 10:41:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-04-06 10:41:23 +0000 |
commit | 4e155c80d3d8811e19effa7f173a863f6b22f4bf (patch) | |
tree | 6ace1120efe3767aa6ea23e33755ec4a69d4735d /package/kernel/mac80211/patches/405-regd_no_assoc_hints.patch | |
parent | c821836395122a28b692fdfe7ba6446195848496 (diff) | |
download | mtk-20170518-4e155c80d3d8811e19effa7f173a863f6b22f4bf.zip mtk-20170518-4e155c80d3d8811e19effa7f173a863f6b22f4bf.tar.gz mtk-20170518-4e155c80d3d8811e19effa7f173a863f6b22f4bf.tar.bz2 |
mac80211: update to wireless-testing 2014-03-31
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40393
Diffstat (limited to 'package/kernel/mac80211/patches/405-regd_no_assoc_hints.patch')
-rw-r--r-- | package/kernel/mac80211/patches/405-regd_no_assoc_hints.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/405-regd_no_assoc_hints.patch b/package/kernel/mac80211/patches/405-regd_no_assoc_hints.patch index 6ad4fda..4fa611f 100644 --- a/package/kernel/mac80211/patches/405-regd_no_assoc_hints.patch +++ b/package/kernel/mac80211/patches/405-regd_no_assoc_hints.patch @@ -1,6 +1,6 @@ --- a/net/wireless/reg.c +++ b/net/wireless/reg.c -@@ -1878,6 +1878,8 @@ void regulatory_hint_country_ie(struct w +@@ -2000,6 +2000,8 @@ void regulatory_hint_country_ie(struct w enum environment_cap env = ENVIRON_ANY; struct regulatory_request *request = NULL, *lr; @@ -9,7 +9,7 @@ /* IE len must be evenly divisible by 2 */ if (country_ie_len & 0x01) return; -@@ -2072,6 +2074,7 @@ static void restore_regulatory_settings( +@@ -2194,6 +2196,7 @@ static void restore_regulatory_settings( void regulatory_hint_disconnect(void) { |