mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 01:21:07 +02:00
Fix agmode selection (#2438)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9075 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3a97a572ce
commit
5088fe8d0b
@ -94,7 +94,7 @@ enable_atheros() {
|
||||
|
||||
[ "$first" = 1 ] && {
|
||||
# only need to change freq band and channel on the first vif
|
||||
config_get agmode "$device" mode
|
||||
config_get agmode "$device" agmode
|
||||
pureg=0
|
||||
case "$agmode" in
|
||||
*b) agmode=11b;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user