diff options
author | Thomas Bächler <thomas@archlinux.org> | 2011-01-20 13:38:09 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2011-01-20 13:41:16 +0100 |
commit | 14ce7ede9d5b494229ca902f8a7ba21f3e58de9c (patch) | |
tree | e11b9d93d655609500a8d163e5bbc3931f4b62c7 /wpa_actiond/netcfg-wpa_actiond | |
parent | 908428678697664643937801c77e1c2403419c9d (diff) | |
download | netctl-14ce7ede9d5b494229ca902f8a7ba21f3e58de9c.tar.gz netctl-14ce7ede9d5b494229ca902f8a7ba21f3e58de9c.tar.xz |
Change default wpa driver to nl80211,wext - requires wpa_supplicant 0.7
Diffstat (limited to 'wpa_actiond/netcfg-wpa_actiond')
-rwxr-xr-x | wpa_actiond/netcfg-wpa_actiond | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa_actiond/netcfg-wpa_actiond b/wpa_actiond/netcfg-wpa_actiond index a90d4cc..4abc5ab 100755 --- a/wpa_actiond/netcfg-wpa_actiond +++ b/wpa_actiond/netcfg-wpa_actiond @@ -66,7 +66,7 @@ for profile in $(list_profiles); do done -[[ -z $WPA_DRIVER ]] && WPA_DRIVER="wext" +[[ -z $WPA_DRIVER ]] && WPA_DRIVER="nl80211,wext" WPA_OPTS="-W $WPA_OPTS" # Kill any existing wpa_supplicant on this interface |