From: Felix Fietkau Date: Sun, 2 May 2010 22:03:54 +0000 (+0000) Subject: mac80211: use the nl80211 driver for wpa_supplicant X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=07c4fcc4d40d6ffc55a02503509b901ce02cfd8f;p=15.05%2Fopenwrt.git mac80211: use the nl80211 driver for wpa_supplicant git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21321 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/mac80211/files/lib/wifi/mac80211.sh b/package/mac80211/files/lib/wifi/mac80211.sh index c871cbe732..af8dd23270 100644 --- a/package/mac80211/files/lib/wifi/mac80211.sh +++ b/package/mac80211/files/lib/wifi/mac80211.sh @@ -362,7 +362,7 @@ enable_mac80211() { ;; sta) if eval "type wpa_supplicant_setup_vif" 2>/dev/null >/dev/null; then - wpa_supplicant_setup_vif "$vif" wext || { + wpa_supplicant_setup_vif "$vif" nl80211 || { echo "enable_mac80211($device): Failed to set up wpa_supplicant for interface $ifname" >&2 # make sure this wifi interface won't accidentally stay open without encryption ifconfig "$ifname" down