[Bug 442178] Re: rt2860 doesn't connect on 802.11n wifi
Ledif
ledifortcas at rocketmail.com
Thu Mar 25 05:26:50 UTC 2010
Create a executable file with the following, put it in /etc/init.d
#!/bin/sh
# Activate 802.11n
case "$1" in
'start')
iwpriv ra0 set WirelessMode=9
iwpriv ra0 set HtBw=1
;;
'stop')
;;
*)
echo "Usage: $0 { start | stop }"
;;
esac
exit 0
--
rt2860 doesn't connect on 802.11n wifi
https://bugs.launchpad.net/bugs/442178
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.
More information about the kernel-bugs
mailing list