How to set the TX power through serial port?

Hi,

Can anybody guide me how to set the TX power through serial port?
I have tried generic linux command " iwconfig ath0". It doesnt work in RB433.
Any pointers to the relevant documents would be of grt help..

Thanks,

Normally, this is it:

/int wireless
print advanced
set wlan1 tx-power-mode=card-rates
set wlan1 tx-power=15

Warning: Some wireless cards have a power offset, like Ubiquiti cards, so be careful. Do not set the tx-power above the rating of the card, or it will eventually burn out the transmitter.

Thanks SurferTim,

It worked..
Thanks a lot for such a quick reply..