From 49abd3445d62f1ceef1febed1e95c99ffd2c0cb6 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 4 Jan 2008 07:14:40 +0000 Subject: [PATCH] Set country before channel (#2958) SVN-Revision: 10113 --- package/broadcom-wl/files/lib/wifi/broadcom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.30.2