From 6fe53385914e2004145455430d0282ace3c84ddf Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Mon, 9 Jul 2007 16:11:21 +0000 Subject: restart wds links when wifi is restarted SVN-Revision: 7901 --- package/broadcom-wl/files/lib/wifi/broadcom.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/broadcom-wl') 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} -- cgit v1.2.3