Hallo,
for testing purposes at university I have to set the bastic bitrate to 1 mbit (11b-mode) on my wireless interface.
How do to this?
I'm using OpenWrt Backfire 10.03.1-RC6 on TP-Link WR1043ND.
In the webinteface it seem that there I can't set this option. So I try to config the wireless file in /etc/config/
What ist the correct syntax to set the basic bitrate at 1 mbit? I tried the following. But that does not work.
option 'basic_rate' '1b'
Thanks is advance.
Jonny
P.S. Here the rest of the configuration of the wifi device.
config 'wifi-device' 'radio0'
option 'type' 'mac80211'
option 'macaddr' 'f4:ec:38:e9:7d:4a'
list 'ht_capab' 'SHORT-GI-40'
list 'ht_capab' 'DSSS_CCK-40'
option 'channel' '1'
option 'txpower' '0'
option 'country' 'DE'
option 'hwmode' '11b'
# option 'basic_rate' '1b'