add staging_dir_*/usr/sbin to the TARGET_PATH (for grub)
[openwrt.git] / package / madwifi / files / lib / wifi / madwifi.sh
index 2a8465b..a22b5c4 100755 (executable)
@@ -130,6 +130,7 @@ enable_atheros() {
                        config_set "$vif" bridge "$bridge"
                        start_net "$ifname" "$net_cfg"
                }
                        config_set "$vif" bridge "$bridge"
                        start_net "$ifname" "$net_cfg"
                }
+               iwconfig "$ifname" essid "$ssid"
                case "$mode" in
                        ap)
                                hostapd_setup_vif "$vif" madwifi || {
                case "$mode" in
                        ap)
                                hostapd_setup_vif "$vif" madwifi || {
@@ -141,7 +142,6 @@ enable_atheros() {
                                }
                        ;;
                        wds|sta)
                                }
                        ;;
                        wds|sta)
-                               iwconfig "$ifname" essid "$ssid"
                                # FIXME: implement wpa_supplicant calls here
                        ;;
                esac
                                # FIXME: implement wpa_supplicant calls here
                        ;;
                esac
This page took 0.022226 seconds and 4 git commands to generate.