restart wds links when wifi is restarted
[openwrt.git] / package / broadcom-wl / files / lib / wifi / broadcom.sh
index abfbfb9..3a8bebd 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}
This page took 0.021157 seconds and 4 git commands to generate.