mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-20 09:04:42 +02:00
madwifi: fix encryption type check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12421 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a9a07e375b
commit
ef5d60de3b
@ -151,9 +151,8 @@ enable_atheros() {
|
|||||||
*) iwconfig "$ifname" enc "$key";;
|
*) iwconfig "$ifname" enc "$key";;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
PSK|psk|PSK2|psk2)
|
psk*|wpa*)
|
||||||
start_hostapd=1
|
start_hostapd=1
|
||||||
config_get key "$vif" key
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user