mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 22:21:07 +02:00
[package] madwifi: fix syntax error introduced by r23660
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23679 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4dd3c0e497
commit
d9c25de283
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user