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 f52e9b0..d9b2220 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}