[PATCH 4] Change the default value of wmm_enabled to 0 as WMM is now required to be explicitly enabled with HT/VHT/HE.
Nick Lowe
nick.lowe at lugatech.com
Sat Feb 25 07:15:39 PST 2017
Change the default value of wmm_enabled to 0 as WMM is now required to
be explicitly enabled with HT/VHT/HE.
Signed-off-by: Nick Lowe <nick.lowe at gmail.com>
---
src/ap/ap_config.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/ap/ap_config.c b/src/ap/ap_config.c
index 9abcab7..7a59af1 100644
--- a/src/ap/ap_config.c
+++ b/src/ap/ap_config.c
@@ -88,8 +88,7 @@ void hostapd_config_defaults_bss(struct
hostapd_bss_config *bss)
bss->pac_key_refresh_time = 1 * 24 * 60 * 60;
#endif /* EAP_SERVER_FAST */
- /* Set to -1 as defaults depends on HT in setup */
- bss->wmm_enabled = -1;
+ bss->wmm_enabled = 0;
#ifdef CONFIG_IEEE80211R_AP
bss->ft_over_ds = 1;
--
2.10.2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-Change-the-default-value-of-wmm_enabled-to-0-as-WMM-.patch
Type: application/octet-stream
Size: 871 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/hostap/attachments/20170225/ec638a30/attachment.obj>
More information about the Hostap
mailing list