mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
madwifi: make wep-open the default
SVN-Revision: 23660
This commit is contained in:
parent
1b495361a0
commit
c0bda9a6a9
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user