wifi: return 0 not N/A when channel is unavailable

This commit is contained in:
Adrian C. (anrxc) 2010-03-15 17:54:28 +01:00
parent f50ad217ea
commit 4fc6dffe94
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ local function worker(format, warg)
local winfo = {
["{ssid}"] = "N/A",
["{mode}"] = "N/A",
["{chan}"] = "N/A",
["{chan}"] = 0,
["{rate}"] = 0,
["{link}"] = 0,
["{sign}"] = 0