Hi there!

I have installed latest kamikaze on wrt54gl 1.0 router, but I had problem with transfer, after few minuts from connect my rate going down to 1Mbps, reconnect solved it but only for another few minuts, after search at google I find info about add txpower to wireless config file, so I did it.

root@OpenWrt:~# grep -v key /etc/config/wireless 

config 'wifi-device' 'wl0'
    option 'type' 'broadcom'
    option 'channel' '5'
    option 'disabled' '0'

config 'wifi-iface'
    option 'device' 'wl0'
    option 'network' 'lan'
    option 'mode' 'ap'
    option 'ssid' 'CSW'
    option 'encryption' 'psk2'
    option 'txpower '10'

After reboot it seen to solved my problem but when I checked what is real TXpower...

root@OpenWrt:~# iwconfig wl0 |grep Power
          Bit Rate=54 Mb/s   Tx-Power:32 dBm   
root@OpenWrt:~# wl txpwr1
TxPower is 127 qdbm, 31.75 dbm, 1496 mW  Override is Off

This is normal? IMO 10 !=32.