From c31c8078cffcf3f933f567cb02a366ceedd6d5da Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 13 Mar 2019 18:37:28 +0100 Subject: [PATCH] hostapd: Always enable 80 MHz channel width for 802.11ac This is mandatory to support by all hardware and works well. Signed-off-by: Michael Tremer --- html/cgi-bin/wlanap.cgi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/cgi-bin/wlanap.cgi b/html/cgi-bin/wlanap.cgi index 44b0b40532..93366a38fa 100644 --- a/html/cgi-bin/wlanap.cgi +++ b/html/cgi-bin/wlanap.cgi @@ -600,6 +600,8 @@ ieee80211n=1 wmm_enabled=1 ht_capab=$wlanapsettings{'HTCAPS'} vht_capab=$wlanapsettings{'VHTCAPS'} +vht_oper_chwidth=1 +vht_oper_centr_freq_seg0_idx=42 END ; -- 2.39.2