the device logs an error when bringing up the wireless interface
kern.warn kernel: [ 1566.603533] ath10k_ahb a000000.wifi: wmi: fixing invalid VHT TX rate code 0xff
turns out, the htmode in /etc/config/wireless is VHT20, which is not supported on 802.11ac. manually setting it to HT20 fixes it. As small bandwidth and low transmit power on 2GHz is best practice it would be nice to be able to set it.
uci set wireless.radio0.htmode=HT20
uci commit wireless
wifi reload
btw, how do I set the regulatory domain, so 1-5-9-13 can be used later? (and indoor/outdoor operation per AP)
the device logs an error when bringing up the wireless interface
turns out, the htmode in /etc/config/wireless is VHT20, which is not supported on 802.11ac. manually setting it to HT20 fixes it. As small bandwidth and low transmit power on 2GHz is best practice it would be nice to be able to set it.
btw, how do I set the regulatory domain, so 1-5-9-13 can be used later? (and indoor/outdoor operation per AP)