Set country before channel (#2958)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 4 Jan 2008 07:14:40 +0000 (07:14 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 4 Jan 2008 07:14:40 +0000 (07:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10113 3c298f89-4303-0410-b956-a3cf2f4a3e73

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}