From: Florian Fainelli Date: Thu, 18 Oct 2007 13:08:59 +0000 (+0000) Subject: Revert [9176] now that we have network config handling stp [9343] X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=0e7230313012b916720fad66e114cea204621424;p=15.05%2Fopenwrt.git Revert [9176] now that we have network config handling stp [9343] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9344 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/broadcom-wl/files/etc/hotplug.d/net/20-broadcom_wds b/package/broadcom-wl/files/etc/hotplug.d/net/20-broadcom_wds index e4b537cc07..d60a316294 100644 --- a/package/broadcom-wl/files/etc/hotplug.d/net/20-broadcom_wds +++ b/package/broadcom-wl/files/etc/hotplug.d/net/20-broadcom_wds @@ -33,9 +33,6 @@ setup_broadcom_wds() { sleep 1 nas4not lan "$iface" up auto aes "$encryption" "$key" "$ssid" } - - brctl stp br-lan on - } }