restart wds links when wifi is restarted
authorMike Baker <mbm@openwrt.org>
Mon, 9 Jul 2007 16:11:21 +0000 (16:11 +0000)
committerMike Baker <mbm@openwrt.org>
Mon, 9 Jul 2007 16:11:21 +0000 (16:11 +0000)
SVN-Revision: 7901

package/broadcom-wl/files/lib/wifi/broadcom.sh

index abfbfb97858f4a4f70a99bf250476292e0488472..3a8bebd176436597bec7459893bd81408018a328 100644 (file)
@@ -232,7 +232,8 @@ txant ${txant:-3}
 radio ${radio:-1}
 macfilter 0
 maclist none
-wds ${wds:-none}
+wds none
+${wds:+wds $wds}
 ${channel:+channel $channel}
 country ${country:-IL0}
 maxassoc ${maxassoc:-128}