eap615: enable AX modes
This commit is contained in:
parent
a133781ab1
commit
78eb617633
|
@ -4,7 +4,7 @@ config wifi-device radio0
|
|||
option band '5g'
|
||||
option channel '<radio0-channel>'
|
||||
option txpower '<wlan0-txpower>'
|
||||
option htmode 'VHT80'
|
||||
option htmode 'HE80'
|
||||
option distance '20'
|
||||
list basic_rate '54000'
|
||||
list supported_rates '54000'
|
||||
|
@ -32,7 +32,7 @@ config wifi-device radio1
|
|||
option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0'
|
||||
option channel '<radio1-channel>'
|
||||
option txpower '<wlan1-txpower>'
|
||||
option htmode 'HT20'
|
||||
option htmode 'HE20'
|
||||
option distance '20'
|
||||
option require_mode 'n'
|
||||
list basic_rate '54000'
|
||||
|
|
Loading…
Reference in New Issue