projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f265f57
)
Fix agmode selection (#2438)
author
Florian Fainelli
<
[email protected]
>
Sat, 29 Sep 2007 19:14:42 +0000
(19:14 +0000)
committer
Florian Fainelli
<
[email protected]
>
Sat, 29 Sep 2007 19:14:42 +0000
(19:14 +0000)
SVN-Revision: 9075
package/madwifi/files/lib/wifi/madwifi.sh
patch
|
blob
|
history
diff --git
a/package/madwifi/files/lib/wifi/madwifi.sh
b/package/madwifi/files/lib/wifi/madwifi.sh
index 04d8e0639f02e96ab9f68356bc78b65a0661418c..92cc9db4eb6e0b72310d2e6ca9f2ecd5a481462b 100755
(executable)
--- a/
package/madwifi/files/lib/wifi/madwifi.sh
+++ b/
package/madwifi/files/lib/wifi/madwifi.sh
@@
-93,7
+93,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"
ag
mode
pureg=0
case "$agmode" in
*b) agmode=11b;;