more wpa+wds patches
[openwrt-10.03/.git] / package / broadcom-wl / files / lib / wifi / broadcom.sh
index 8b021258223d3e99adda10bddd5ee48c143266b1..abfbfb97858f4a4f70a99bf250476292e0488472 100644 (file)
@@ -191,7 +191,7 @@ enable_broadcom() {
                append vif_post_up "enabled 1" "$N"
                
                config_get ifname "$vif" ifname
-               append if_up "ifconfig $ifname up" ";$N"
+               #append if_up "ifconfig $ifname up" ";$N"
                local net_cfg bridge
                net_cfg="$(find_net_config "$vif")"
                [ -z "$net_cfg" ] || {