1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 03:13:20 +02:00

fix a small typo

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6104 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-01-15 00:10:00 +00:00
parent 9a4d3ef3e0
commit 6f5747f622

View File

@ -102,7 +102,7 @@ enable_atheros() {
*) agmode=11g;;
esac
iwconfig "$ifname" channel 0
iwpriv "$ifname" agmode "$agmode"
iwpriv "$ifname" mode "$agmode"
iwpriv "$ifname" pureg "$pureg"
iwconfig "$ifname" channel "$channel"
}