diff --git a/release/src-rt-6.x.4708/router/httpd/wl.c b/release/src-rt-6.x.4708/router/httpd/wl.c index 18968687c6..85d7983922 100644 --- a/release/src-rt-6.x.4708/router/httpd/wl.c +++ b/release/src-rt-6.x.4708/router/httpd/wl.c @@ -870,7 +870,7 @@ next_info: else web_printf("'%s',", "NONE"); - web_printf("'%s']", CHSPEC_IS2G(apinfos_ext[i].chanspec) ? "2.4" : "5"); + web_printf("'%s',%d]", CHSPEC_IS2G(apinfos_ext[i].chanspec) ? "2.4" : "5", apinfos[i].channel); /* add central channel at the end of the array */ } free(results);