mac80211: apply network interface configuration for adhoc + wpa2
SVN-Revision: 35049
This commit is contained in:
parent
ebc47a91eb
commit
3b27974c7a
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ enable_mac80211() {
|
||||||
# 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
|
||||||
}
|
}
|
||||||
# wpa_supplicant will bring the iface up
|
mac80211_start_vif "$vif" "$ifname"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue