hello ,
how can i fixe the rate at startup with the kamikaze method?

my wireless config

config 'wifi-device' 'wifi0'
   option 'type' 'atheros'
   option 'diversity' '0'
   option 'country' 'be'
   option 'channel' '140'
   option 'txpower' '16'
   option 'hwmode' '11a'
   option 'txantenna' '1'
   option 'rxantenna' '1'
   option 'distance' '3000'
   option 'disabled' '0'

config 'wifi-iface'
   option 'device' 'wifi0'
   option 'encryption' 'none'
   option 'network' 'wlan0'
   option 'ssid' 'josaphatmaster'
   option 'mode' 'sta'
   option 'rate' '18'

config 'wifi-device' 'wifi1'
   option 'type' 'atheros'
   option 'disabled' '0'
   option 'channel' '1'
   option 'txpower' '16'
   option 'hwmode' '11b'
   option 'diversity' '0'
   option 'txantenna' '1'
   option 'rxantenna' '1'

config 'wifi-iface'
   option 'device' 'wifi1'
   option 'encryption' 'none'
   option 'ssid' 'bombolong'
   option 'network' 'wlan1'
   option 'mode' 'adhoc'
   option 'bssid' 'CA:FE:CA:FE:CA:FE'
   option 'rate' '2'


the rate is "0" at startup and do not connect when i do iwconfig ath1 rate 2M the link and the route are up

thanks

david kowalkowski
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to