|
|
@@ -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
|