summaryrefslogtreecommitdiffhomepage
path: root/libs/sys
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-05-13 18:45:13 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-05-13 18:45:13 +0000
commit4856c1ea23d96f74b28921245e673ad6b95ab662 (patch)
tree2b5cad5fb56525f28fe8b2d91e10b71b68650cad /libs/sys
parent98996e380a7301ec5127de83e047d0bf8cf3df43 (diff)
libs/sys: fix typo in last commit
Diffstat (limited to 'libs/sys')
-rw-r--r--libs/sys/luasrc/sys.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/sys/luasrc/sys.lua b/libs/sys/luasrc/sys.lua
index 3412b32b7..d6062482c 100644
--- a/libs/sys/luasrc/sys.lua
+++ b/libs/sys/luasrc/sys.lua
@@ -702,7 +702,7 @@ function wifi.channels(iface)
end
if #cns == 0 then
- cms = {
+ cns = {
2.412, 2.417, 2.422, 2.427, 2.432, 2.437,
2.442, 2.447, 2.452, 2.457, 2.462
}