aboutsummaryrefslogtreecommitdiffstats
path: root/package/broadcom-wl
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-12-16 09:05:37 +0000
committerMike Baker <mbm@openwrt.org>2006-12-16 09:05:37 +0000
commit94e5a69391e62b6e882d9689e89ffa79039218e5 (patch)
tree10c9fdaef9c6339a9d97d88dba3e7a6520549480 /package/broadcom-wl
parentebec6a43e209c34125865ef6770939783e95def7 (diff)
downloadupstream-94e5a69391e62b6e882d9689e89ffa79039218e5.tar.gz
upstream-94e5a69391e62b6e882d9689e89ffa79039218e5.tar.bz2
upstream-94e5a69391e62b6e882d9689e89ffa79039218e5.zip
allow channel to be ommited
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5807 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/broadcom-wl')
-rw-r--r--package/broadcom-wl/files/lib/wifi/broadcom.sh2
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 c6b01e9ca1..d423288d0c 100644
--- a/package/broadcom-wl/files/lib/wifi/broadcom.sh
+++ b/package/broadcom-wl/files/lib/wifi/broadcom.sh
@@ -216,7 +216,7 @@ radio ${radio:-1}
macfilter 0
maclist none
wds ${wds:-none}
-channel ${channel:-0}
+${channel:-channel $channel}
country ${country:-IL0}
maxassoc ${maxassoc:-128}
slottime ${slottime:--1}