projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c731d18
)
restart wds links when wifi is restarted
author
Mike Baker
<mbm@openwrt.org>
Mon, 9 Jul 2007 16:11:21 +0000
(16:11 +0000)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/package/broadcom-wl/files/lib/wifi/broadcom.sh
b/package/broadcom-wl/files/lib/wifi/broadcom.sh
index abfbfb97858f4a4f70a99bf250476292e0488472..3a8bebd176436597bec7459893bd81408018a328 100644
(file)
--- 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}