mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
fix a small typo
SVN-Revision: 6104
This commit is contained in:
parent
7cb45c3be8
commit
522199f7ef
@ -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