projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3245715
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7901
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
abfbfb9
..
3a8bebd
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}