]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
hostapd: Always enable 80 MHz channel width for 802.11ac
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 13 Mar 2019 17:37:28 +0000 (18:37 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 16 Mar 2019 12:36:03 +0000 (12:36 +0000)
This is mandatory to support by all hardware and works well.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/wlanap.cgi

index 44b0b405327eef213765e2c92615bfc9ae61a0fb..93366a38fad88e922190d94c260ccbba09fdb417 100644 (file)
@@ -600,6 +600,8 @@ ieee80211n=1
 wmm_enabled=1
 ht_capab=$wlanapsettings{'HTCAPS'}
 vht_capab=$wlanapsettings{'VHTCAPS'}
 wmm_enabled=1
 ht_capab=$wlanapsettings{'HTCAPS'}
 vht_capab=$wlanapsettings{'VHTCAPS'}
+vht_oper_chwidth=1
+vht_oper_centr_freq_seg0_idx=42
 END
 ;
 
 END
 ;