mac80211: use the nl80211 driver for wpa_supplicant
SVN-Revision: 21321
This commit is contained in:
parent
fd61253b66
commit
99757d3336
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ enable_mac80211() {
|
||||||
;;
|
;;
|
||||||
sta)
|
sta)
|
||||||
if eval "type wpa_supplicant_setup_vif" 2>/dev/null >/dev/null; then
|
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
|
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
|
# make sure this wifi interface won't accidentally stay open without encryption
|
||||||
ifconfig "$ifname" down
|
ifconfig "$ifname" down
|
||||||
|
|
Loading…
Reference in a new issue