Hello,
I'm running Attitude Adjustment r32573 on a WNDR3700v1. I've noticed that in more recent builds (say, within the last month or so), something doesn't seem to work in Luci on the overview and edit pages for wireless. The status that normally shows under the bitrate always says "Wireless is disabled or not associated" even if everything is working fine. If I go to edit the settings, in Device configuration it says the same thing there in status, yet the button correctly says "disable", not "enable". On the other hand, if I click on the Wireless tab, and look at the overview, it both says the wireless is disabled, and the button incorrectly says "enable". Right next to the disabled message on the overview pages, I see the signal strength graphics and numbers working fine/live.
So basically, much of the user interface is incorrectly showing that the wireless radios are disabled, when in reality they are enabled and functioning properly. Is it obvious to anyone if this is something in my configuration vs. a bug in Luci/OpenWRT somewhere?
My wireless config is:
config wifi-device 'radio0'
option type 'mac80211'
option macaddr '[redacted]'
list ht_capab 'SHORT-GI-40'
list ht_capab 'TX-STBC'
list ht_capab 'RX-STBC1'
list ht_capab 'DSSS_CCK-40'
option txpower '20'
option country 'US'
option hwmode '11ng'
option channel 'auto'
option htmode 'HT20'
config wifi-device 'radio1'
option type 'mac80211'
option macaddr '[redacted]'
list ht_capab 'SHORT-GI-40'
list ht_capab 'TX-STBC'
list ht_capab 'RX-STBC1'
list ht_capab 'DSSS_CCK-40'
option txpower '17'
option country 'US'
option hwmode '11na'
option channel 'auto'
option htmode 'HT40+'
config wifi-iface
option device 'radio0'
option mode 'ap'
option ssid '[redacted]'
option network 'guest'
option key '[redacted]'
option encryption 'psk2+ccmp'
config wifi-iface
option device 'radio1'
option mode 'ap'
option ssid '[redacted]'
option network 'guest'
option encryption 'psk2+ccmp'
option key '[redacted]'
Thanks,
B