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:
1b49536
)
madwifi: make wep-open the default
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 27 Oct 2010 11:46:01 +0000
(11:46 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 27 Oct 2010 11:46:01 +0000
(11:46 +0000)
SVN-Revision: 23660
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 4d390dd1da2e7cc5aadd975ed3f3180d4b703301..d0701142210277ee8fde3d417ea684db13222684 100755
(executable)
--- a/
package/madwifi/files/lib/wifi/madwifi.sh
+++ b/
package/madwifi/files/lib/wifi/madwifi.sh
@@
-217,8
+217,8
@@
enable_atheros() {
case "$enc" in
wep*)
case "$enc" in
- *
open*) iwpriv "$ifname" authmode 1
;;
- *)
iwpriv "$ifname" authmode 2
;;
+ *
shared*) iwpriv "$ifname" authmode 2
;;
+ *)
iwpriv "$ifname" authmode 1
;;
;;
for idx in 1 2 3 4; do
config_get key "$vif" "key${idx}"