wpa_supplicant: use wext driver for hostap and madwifi
[openwrt.git] / package / madwifi / files / lib / wifi / madwifi.sh
index 8a4572d..a180a82 100755 (executable)
@@ -407,7 +407,7 @@ enable_atheros() {
                        ;;
                        wds|sta)
                                if eval "type wpa_supplicant_setup_vif" 2>/dev/null >/dev/null; then
-                                       wpa_supplicant_setup_vif "$vif" madwifi || {
+                                       wpa_supplicant_setup_vif "$vif" wext || {
                                                echo "enable_atheros($device): Failed to set up wpa_supplicant for interface $ifname" >&2
                                                ifconfig "$ifname" down
                                                wlanconfig "$ifname" destroy
This page took 0.029953 seconds and 4 git commands to generate.