diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-11-12 22:11:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-11-12 22:11:33 +0000 |
commit | 5f1c42d8b61c88533fe3dceba81b2634623ecceb (patch) | |
tree | 755bdce62a4339483ec2efc086feb1af079803fb /package/kernel/mac80211/patches/405-regd_no_assoc_hints.patch | |
parent | 37756a97a0dbb276b79e8bf7ca593991c764a752 (diff) | |
download | upstream-5f1c42d8b61c88533fe3dceba81b2634623ecceb.tar.gz upstream-5f1c42d8b61c88533fe3dceba81b2634623ecceb.tar.bz2 upstream-5f1c42d8b61c88533fe3dceba81b2634623ecceb.zip |
mac80211: update to wireless-testing 2013-11-05
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38783
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 5380853df6..f6668b04cc 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 -@@ -1696,6 +1696,8 @@ void regulatory_hint_11d(struct wiphy *w +@@ -1706,6 +1706,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; -@@ -1890,6 +1892,7 @@ static void restore_regulatory_settings( +@@ -1900,6 +1902,7 @@ static void restore_regulatory_settings( void regulatory_hint_disconnect(void) { |