default to 802.11n (HT40)

pull/1/head
Jordan Sokolic 2020-02-16 09:01:47 +02:00
parent 34fbd5286f
commit 27f4f6eb96
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ config 'wifi-device' 'radio0'
option 'type' 'mac80211'
option 'phy' "${WIFI_PHY}"
option 'hwmode' "${WIFI_HW_MODE}"
option 'htmode' "${WIFI_HT_MODE}"
option 'channel' "${WIFI_CHANNEL}"
config 'wifi-iface' "${WIFI_IFACE}"