Set country before channel (#2958)
authorFlorian Fainelli <florian@openwrt.org>
Fri, 4 Jan 2008 07:14:40 +0000 (07:14 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 4 Jan 2008 07:14:40 +0000 (07:14 +0000)
SVN-Revision: 10113

package/broadcom-wl/files/lib/wifi/broadcom.sh

index f52e9b0d752add330d17ca8dbd9140d0d31204d1..d9b2220e3ff33d3e04439e8a719a9a36e7cc3a19 100644 (file)
@@ -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}