I have:
root@OpenWrt:~# iwconfig wl0
wl0 IEEE 802.11-DS ESSID:""
Mode:Repeater Frequency:2.452 GHz Tx-Power:off
RTS thr:off Fragment thr:off
Encryption key:<too big>
/etc/config/wireless:
config wifi-device wl0
option type broadcom
option channel 9
# REMOVE THIS LINE TO ENABLE WIFI:
option disabled 0
config wifi-iface
option device wl0
option network lan
option mode 'sta'
option ssid 'MyAP'
option encryption wep
option hidden '0'
option isolate '0'
option bgscan '0'
option wds '0'
option key 330e44f040c64e5e218a03bb63
It works perfectly in AP mode, but I just can't do anything with "Tx-Power:off" as soon as it switched to sta. No useful stuff in dmesg.
What can be wrong? Searched forum/wiki, found little, nothing helps.
Thanks!