aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/405-regd_no_assoc_hints.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-04-06 10:41:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-04-06 10:41:23 +0000
commit9f34772a476cba359681f9d3327db6636d5624c5 (patch)
tree5a6b599b5b23ba72ecd575d6a7fb998162dce94e /package/kernel/mac80211/patches/405-regd_no_assoc_hints.patch
parentc9a7f5dfffa7d7719aff64f11ba1243123693f19 (diff)
downloadmaster-187ad058-9f34772a476cba359681f9d3327db6636d5624c5.tar.gz
master-187ad058-9f34772a476cba359681f9d3327db6636d5624c5.tar.bz2
master-187ad058-9f34772a476cba359681f9d3327db6636d5624c5.zip
mac80211: update to wireless-testing 2014-03-31
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40393 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch4
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 6ad4fda272..4fa611f206 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)
{