Fix agmode selection (#2438)

SVN-Revision: 9075
This commit is contained in:
Florian Fainelli 2007-09-29 19:14:42 +00:00
parent ab705856ff
commit 372f0377bb

View File

@ -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;;