aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/340-reload_freq_change.patch
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2022-05-12 22:18:49 +0200
committerDavid Bauer <mail@david-bauer.net>2022-06-08 23:16:06 +0200
commitc35ff1affe8f347b60a7539648a90b45ad43ffef (patch)
tree962b8519af922f062c4ad8ef2d50237a738c1709 /package/network/services/hostapd/patches/340-reload_freq_change.patch
parent98d91e4d5ee1bdc13764b14eb6d2784dfb2cac3c (diff)
downloadupstream-c35ff1affe8f347b60a7539648a90b45ad43ffef.tar.gz
upstream-c35ff1affe8f347b60a7539648a90b45ad43ffef.tar.bz2
upstream-c35ff1affe8f347b60a7539648a90b45ad43ffef.zip
hostapd: update to 2022-05-08
Update hostapd to Git HEAD from 2022-05-08. This allows us to take advantage of background radar-detection as well as BSS color collision detection. Suggested-by: Lorenzo Bianconi <lorenzo@kernel.org> Signed-off-by: David Bauer <mail@david-bauer.net> Tested-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'package/network/services/hostapd/patches/340-reload_freq_change.patch')
-rw-r--r--package/network/services/hostapd/patches/340-reload_freq_change.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/network/services/hostapd/patches/340-reload_freq_change.patch b/package/network/services/hostapd/patches/340-reload_freq_change.patch
index 3d51a47a1e..89259f2f44 100644
--- a/package/network/services/hostapd/patches/340-reload_freq_change.patch
+++ b/package/network/services/hostapd/patches/340-reload_freq_change.patch
@@ -1,6 +1,6 @@
--- a/src/ap/hostapd.c
+++ b/src/ap/hostapd.c
-@@ -115,6 +115,28 @@ static void hostapd_reload_bss(struct ho
+@@ -115,6 +115,29 @@ static void hostapd_reload_bss(struct ho
#endif /* CONFIG_NO_RADIUS */
ssid = &hapd->conf->ssid;
@@ -12,6 +12,7 @@
+ hapd->iconf->ieee80211n,
+ hapd->iconf->ieee80211ac,
+ hapd->iconf->ieee80211ax,
++ hapd->iconf->ieee80211be,
+ hapd->iconf->secondary_channel,
+ hostapd_get_oper_chwidth(hapd->iconf),
+ hostapd_get_oper_centr_freq_seg0_idx(hapd->iconf),