diff options
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 | e6bfb6d91229cbbb7af994dcb73ceba3e42ea1a5 (patch) | |
tree | 5423808835866407ff61743c05d5f8a21807bcf9 /package/broadcom-wl | |
parent | 32457159eaed671aac495a816555905783f4e6f9 (diff) | |
download | upstream-e6bfb6d91229cbbb7af994dcb73ceba3e42ea1a5.tar.gz upstream-e6bfb6d91229cbbb7af994dcb73ceba3e42ea1a5.tar.bz2 upstream-e6bfb6d91229cbbb7af994dcb73ceba3e42ea1a5.zip |
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.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} |