madwifi: fix encryption type check
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 28 Aug 2008 12:41:55 +0000 (12:41 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 28 Aug 2008 12:41:55 +0000 (12:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12421 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/madwifi/files/lib/wifi/madwifi.sh

index 0b24886..001ea09 100755 (executable)
@@ -151,9 +151,8 @@ enable_atheros() {
                                        *) iwconfig "$ifname" enc "$key";;
                                esac
                        ;;
-                       PSK|psk|PSK2|psk2)
+                       psk*|wpa*)
                                start_hostapd=1
-                               config_get key "$vif" key
                        ;;
                esac
 
This page took 0.028214 seconds and 4 git commands to generate.