mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-28 07:50:01 +04:00
fix a small typo
SVN-Revision: 6104
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user