restart wds links when wifi is restarted

SVN-Revision: 7901
master
Mike Baker 18 years ago
parent c731d18905
commit 6fe5338591
  1. 3
      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}

Loading…
Cancel
Save