aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/ath/404-regd_no_assoc_hints.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-12-06 23:39:52 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2018-12-13 21:33:31 +0100
commitac5a6acbb1aa16746644447b6a2630a3a8b20073 (patch)
tree691c3b2c3cdd9c4080825e57bef9c17fd812d60d /package/kernel/mac80211/patches/ath/404-regd_no_assoc_hints.patch
parent816ae87709c01215319347a078f0668661c3f2dc (diff)
downloadupstream-ac5a6acbb1aa16746644447b6a2630a3a8b20073.tar.gz
upstream-ac5a6acbb1aa16746644447b6a2630a3a8b20073.tar.bz2
upstream-ac5a6acbb1aa16746644447b6a2630a3a8b20073.zip
mac80211: Update to version 4.19.7-1
This updates the backports package used in mac80211 to version 4.19.7-1 which is based on kernel 4.19.7. This integrates all the stable fixes introduces in this kernel version. The deleted patches are not needed any more because they are either included in the upstream Linux kernel 4.19.7 or in backports 4.19.7-1. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/kernel/mac80211/patches/ath/404-regd_no_assoc_hints.patch')
-rw-r--r--package/kernel/mac80211/patches/ath/404-regd_no_assoc_hints.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/ath/404-regd_no_assoc_hints.patch b/package/kernel/mac80211/patches/ath/404-regd_no_assoc_hints.patch
index 6e4794a764..ec95206acb 100644
--- a/package/kernel/mac80211/patches/ath/404-regd_no_assoc_hints.patch
+++ b/package/kernel/mac80211/patches/ath/404-regd_no_assoc_hints.patch
@@ -1,6 +1,6 @@
--- a/net/wireless/reg.c
+++ b/net/wireless/reg.c
-@@ -2980,6 +2980,8 @@ void regulatory_hint_country_ie(struct w
+@@ -2982,6 +2982,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;
-@@ -3186,6 +3188,7 @@ static void restore_regulatory_settings(
+@@ -3188,6 +3190,7 @@ static void restore_regulatory_settings(
void regulatory_hint_disconnect(void)
{