madwifi: fix encryption type check
SVN-Revision: 12421
This commit is contained in:
parent
a2e70fed22
commit
683789250d
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue