SVN-Revision: 5903
@ -130,6 +130,7 @@ enable_atheros() {
config_set "$vif" bridge "$bridge"
start_net "$ifname" "$net_cfg"
}
iwconfig "$ifname" essid "$ssid"
case "$mode" in
ap)
hostapd_setup_vif "$vif" madwifi || {
@ -141,7 +142,6 @@ enable_atheros() {
;;
wds|sta)
# FIXME: implement wpa_supplicant calls here
esac