projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a932a9b
)
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)
SVN-Revision: 23679
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 d0701142210277ee8fde3d417ea684db13222684..9e0e70b3828977562207840207b33b5662f26e9d 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}"