projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4362ec9
)
[package] madwifi: fix syntax error introduced by r23660
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 27 Oct 2010 17:46:31 +0000
(17:46 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 27 Oct 2010 17:46:31 +0000
(17:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23679
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
d070114
..
9e0e70b
100755
(executable)
--- a/
package/madwifi/files/lib/wifi/madwifi.sh
+++ b/
package/madwifi/files/lib/wifi/madwifi.sh
@@
-219,7
+219,7
@@
enable_atheros() {
case "$enc" in
*shared*) iwpriv "$ifname" authmode 2;;
*) iwpriv "$ifname" authmode 1;;
- ;;
+ esac
for idx in 1 2 3 4; do
config_get key "$vif" "key${idx}"
iwconfig "$ifname" enc "[$idx]" "${key:-off}"