hostapd: add fix for dealing with VHT 160 MHz via ext nss bw
[openwrt/staging/hauke.git] / package / network / services / hostapd / patches / 465-hostapd-config-support-random-BSS-color.patch
index ada77853feea3350a48c7a3a93deb36fb8c9d6bd..7d3d94648e1930f6b338f7529998227e9aa670e3 100644 (file)
@@ -13,7 +13,7 @@ Signed-off-by: David Bauer <mail@david-bauer.net>
 
 --- a/hostapd/config_file.c
 +++ b/hostapd/config_file.c
-@@ -3498,6 +3498,8 @@ static int hostapd_config_fill(struct ho
+@@ -3500,6 +3500,8 @@ static int hostapd_config_fill(struct ho
        } else if (os_strcmp(buf, "he_bss_color") == 0) {
                conf->he_op.he_bss_color = atoi(pos) & 0x3f;
                conf->he_op.he_bss_color_disabled = 0;