libs/sys: fix typo in last commit
This commit is contained in:
parent
98996e380a
commit
4856c1ea23
1 changed files with 1 additions and 1 deletions
|
@ -702,7 +702,7 @@ function wifi.channels(iface)
|
||||||
end
|
end
|
||||||
|
|
||||||
if #cns == 0 then
|
if #cns == 0 then
|
||||||
cms = {
|
cns = {
|
||||||
2.412, 2.417, 2.422, 2.427, 2.432, 2.437,
|
2.412, 2.417, 2.422, 2.427, 2.432, 2.437,
|
||||||
2.442, 2.447, 2.452, 2.457, 2.462
|
2.442, 2.447, 2.452, 2.457, 2.462
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue