remove mac address handling, now handled by /lib/network/config.sh
[openwrt/staging/yousong.git] / package / broadcom-wl / files / lib / wifi / broadcom.sh
index b30a3d9fef27e8eb50034e6fe002dc1a8ed1a81d..e0d741b952fdc29cdce205f57639a96311d1f2ce 100644 (file)
@@ -237,7 +237,7 @@ enable_broadcom() {
                
                config_get ifname "$vif" ifname
                #append if_up "ifconfig $ifname up" ";$N"
-               [ -z "$macaddr" ] || append if_up "ifconfig $ifname hw ether $macaddr" ";$N"
+
                local net_cfg bridge
                net_cfg="$(find_net_config "$vif")"
                [ -z "$net_cfg" ] || {