summaryrefslogtreecommitdiffstats
path: root/package/broadcom-wl
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-09 16:11:21 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-09 16:11:21 +0000
commitd62e77d17efa6e3105f52411e13fdc3e3d8787a4 (patch)
tree5423808835866407ff61743c05d5f8a21807bcf9 /package/broadcom-wl
parent5de06f6e31c1c48fbe8fed97c1415067cc9fc45a (diff)
restart wds links when wifi is restarted
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7901 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/broadcom-wl')
-rw-r--r--package/broadcom-wl/files/lib/wifi/broadcom.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/broadcom-wl/files/lib/wifi/broadcom.sh b/package/broadcom-wl/files/lib/wifi/broadcom.sh
index abfbfb978..3a8bebd17 100644
--- a/package/broadcom-wl/files/lib/wifi/broadcom.sh
+++ b/package/broadcom-wl/files/lib/wifi/broadcom.sh
@@ -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}