STA-OPMODE-SMPS-MODE-CHANGED breaks wifi connection

I think I fixed this with

list ht_capab 'SMPS-STATIC'

in /etc/config/wireless

config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11g'
option path 'platform/ahb/18100000.wmac'
option htmode 'HT20'
option cell_density '0'
option channel '6'
option rts '2304'
option country 'US'
option txpower '29'
option distance '400'
list ht_capab 'SMPS-STATIC'

Dynamic SMPS will not be available but wifi will not crash.
Openwrt 22.03.5

1 Like