index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
package
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Mike Baker <mbm@openwrt.org>
2007-07-09 16:11:21 +0000
committer
Mike Baker <mbm@openwrt.org>
2007-07-09 16:11:21 +0000
commit
6fe53385914e2004145455430d0282ace3c84ddf
(
patch
)
tree
d7ca7895685b1d15e7cf5ed83979e24086731c46
/
package
parent
c731d18905afe546b85d35e1322d71c1d79433ed
(
diff
)
restart wds links when wifi is restarted
SVN-Revision: 7901
Diffstat
(limited to 'package')
-rw-r--r--
package/broadcom-wl/files/lib/wifi/broadcom.sh
3
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 abfbfb9785..3a8bebd176 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}