X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=package%2Fmac80211%2Ffiles%2Flib%2Fwifi%2Fmac80211.sh;h=58fa1be492fac15703efda74ac0181c9a2949fe9;hp=39a7034abd5a4c2b1fa72a6b1e10d4abec480657;hb=8b99a957f2d8e712fdea90564f127f65040d36cd;hpb=f6b242d80b0fd6e280c4a9379bc97323944a0a79 diff --git a/package/mac80211/files/lib/wifi/mac80211.sh b/package/mac80211/files/lib/wifi/mac80211.sh index 39a7034ab..58fa1be49 100644 --- a/package/mac80211/files/lib/wifi/mac80211.sh +++ b/package/mac80211/files/lib/wifi/mac80211.sh @@ -29,7 +29,7 @@ disable_mac80211() ( set_wifi_down "$device" # kill all running hostapd and wpa_supplicant processes that - # are running on atheros vifs + # are running on atheros/mac80211 vifs for pid in `pidof hostapd wpa_supplicant`; do grep wlan /proc/$pid/cmdline >/dev/null && \ kill $pid @@ -131,8 +131,8 @@ enable_mac80211() { case "$mode" in ap) if eval "type hostapd_setup_vif" 2>/dev/null >/dev/null; then - hostapd_setup_vif "$vif" devicescape || { - echo "enable_atheros($device): Failed to set up wpa for interface $ifname" >&2 + hostapd_setup_vif "$vif" nl80211 || { + echo "enable_mac80211($device): Failed to set up wpa for interface $ifname" >&2 # make sure this wifi interface won't accidentally stay open without encryption ifconfig "$ifname" down continue