diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-01-04 07:14:40 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-01-04 07:14:40 +0000 |
commit | 49abd3445d62f1ceef1febed1e95c99ffd2c0cb6 (patch) | |
tree | 9b20e5d78e74dd5257669568ebdaf69abb75f55b /package/broadcom-wl/files/lib | |
parent | 788647c7f8e11e2afedce01d0e83e15f626881ad (diff) | |
download | upstream-49abd3445d62f1ceef1febed1e95c99ffd2c0cb6.tar.gz upstream-49abd3445d62f1ceef1febed1e95c99ffd2c0cb6.tar.bz2 upstream-49abd3445d62f1ceef1febed1e95c99ffd2c0cb6.zip |
Set country before channel (#2958)
SVN-Revision: 10113
Diffstat (limited to 'package/broadcom-wl/files/lib')
-rw-r--r-- | package/broadcom-wl/files/lib/wifi/broadcom.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/broadcom-wl/files/lib/wifi/broadcom.sh b/package/broadcom-wl/files/lib/wifi/broadcom.sh index f52e9b0d75..d9b2220e3f 100644 --- a/package/broadcom-wl/files/lib/wifi/broadcom.sh +++ b/package/broadcom-wl/files/lib/wifi/broadcom.sh @@ -250,8 +250,8 @@ macfilter ${macfilter:-0} maclist ${maclist:-none} wds none ${wds:+wds $wds} -${channel:+channel $channel} country ${country:-IL0} +${channel:+channel $channel} maxassoc ${maxassoc:-128} slottime ${slottime:--1} |