aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/750-qos_map_set_without_interworking.patch
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2022-05-14 21:43:15 +0200
committerDavid Bauer <mail@david-bauer.net>2022-06-08 23:16:12 +0200
commit6c152ce5b0c003099dc1d9076fc3c38d061c1137 (patch)
tree7d33eb2c106e4a0bf01b096ea79e3567230a27a7 /package/network/services/hostapd/patches/750-qos_map_set_without_interworking.patch
parentc35ff1affe8f347b60a7539648a90b45ad43ffef (diff)
downloadupstream-6c152ce5b0c003099dc1d9076fc3c38d061c1137.tar.gz
upstream-6c152ce5b0c003099dc1d9076fc3c38d061c1137.tar.bz2
upstream-6c152ce5b0c003099dc1d9076fc3c38d061c1137.zip
hostapd: randomize default BSS color
In case no specific BSS color is configured, set it to a random value. 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/750-qos_map_set_without_interworking.patch')
-rw-r--r--package/network/services/hostapd/patches/750-qos_map_set_without_interworking.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/patches/750-qos_map_set_without_interworking.patch b/package/network/services/hostapd/patches/750-qos_map_set_without_interworking.patch
index 43360fb2e7..ff1d076b37 100644
--- a/package/network/services/hostapd/patches/750-qos_map_set_without_interworking.patch
+++ b/package/network/services/hostapd/patches/750-qos_map_set_without_interworking.patch
@@ -18,7 +18,7 @@
#ifdef CONFIG_HS20
static int hs20_parse_conn_capab(struct hostapd_bss_config *bss, char *buf,
-@@ -4040,10 +4040,10 @@ static int hostapd_config_fill(struct ho
+@@ -4042,10 +4042,10 @@ static int hostapd_config_fill(struct ho
bss->gas_frag_limit = val;
} else if (os_strcmp(buf, "gas_comeback_delay") == 0) {
bss->gas_comeback_delay = atoi(pos);