Revert [9176] now that we have network config handling stp [9343]

SVN-Revision: 9344
This commit is contained in:
Florian Fainelli 2007-10-18 13:08:59 +00:00
parent c37f550144
commit 0a993680d5

View file

@ -33,9 +33,6 @@ setup_broadcom_wds() {
sleep 1 sleep 1
nas4not lan "$iface" up auto aes "$encryption" "$key" "$ssid" nas4not lan "$iface" up auto aes "$encryption" "$key" "$ssid"
} }
brctl stp br-lan on
} }
} }