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@xxxxxxxxx> --- 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
Attachment:
0004-Change-the-default-value-of-wmm_enabled-to-0-as-WMM-.patch
Description: Binary data
_______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap