From: Jo-Philipp Wich Date: Sat, 21 Sep 2019 08:23:15 +0000 (+0200) Subject: luci-base: network.js: don't batch wireless scan requests X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=119c6319cbbcaa033cf2b027866fe1bb3bbdbb75;p=project%2Fluci.git luci-base: network.js: don't batch wireless scan requests Signed-off-by: Jo-Philipp Wich --- diff --git a/modules/luci-base/htdocs/luci-static/resources/network.js b/modules/luci-base/htdocs/luci-static/resources/network.js index d0282ad01f..8432bd16f3 100644 --- a/modules/luci-base/htdocs/luci-static/resources/network.js +++ b/modules/luci-base/htdocs/luci-static/resources/network.js @@ -78,6 +78,7 @@ var callIwinfoScan = rpc.declare({ object: 'iwinfo', method: 'scan', params: [ 'device' ], + nobatch: true, expect: { results: [] } });