Skip to content

on ws-ap3915i htmode for 2ghz defaulted to VHT20 which is not available => how to configure HT20? #19

@dekarl

Description

@dekarl

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions