From: nbd Date: Mon, 7 Jan 2013 21:12:46 +0000 (+0000) Subject: mac80211: apply network interface configuration for adhoc + wpa2 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=2baa8731ed47aba4ce1decf2a29e50fbb00d0110;p=12.09%2Fopenwrt.git mac80211: apply network interface configuration for adhoc + wpa2 Backport of r35049 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35050 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/mac80211/files/lib/wifi/mac80211.sh b/package/mac80211/files/lib/wifi/mac80211.sh index 1b0bea7..db132af 100644 --- a/package/mac80211/files/lib/wifi/mac80211.sh +++ b/package/mac80211/files/lib/wifi/mac80211.sh @@ -462,7 +462,7 @@ enable_mac80211() { # make sure this wifi interface won't accidentally stay open without encryption ifconfig "$ifname" down } - # wpa_supplicant will bring the iface up + mac80211_start_vif "$vif" "$ifname" continue fi }