remove mac address handling, now handled by /lib/network/config.sh
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 17 Nov 2008 13:30:14 +0000 (13:30 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 17 Nov 2008 13:30:14 +0000 (13:30 +0000)
SVN-Revision: 13259

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" ] || {