OpenWrt Forum Archive

Topic: wlc txant / rxant

The content of this topic has been archived on 8 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

hi !

is it possible to interagte obove named wlc setting in /etc/config/wireless on a wrt54g ?
or has it to be done in a startup script ?
with old nvram setting it was possible to set this up...

ciao gerd

It's option rxantenna and option txantenna. Example:

config 'wifi-device' 'wl0'
        option 'type' 'broadcom'
        option 'channel' '5'
        option 'rxantenna' '1'
        option 'txantenna' '0'

Seems to work on 8.09.1, but it can also be done with the web interface.

thnx... i wasn't shure because in wiki ist marked as working only for atheros devices

ciao gerd

The discussion might have continued from here.