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:
parent
9a4d3ef3e0
commit
6f5747f622
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user