X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=modules%2Fluci-mod-admin-full%2Fluasrc%2Fview%2Fadmin_network%2Fwifi_overview.htm;h=4465095ff2a2a246240832511a55ae1249db07ab;hb=HEAD;hp=4fc268e66c364c556866640f1712f79bc16ce49c;hpb=60f62f841f6816b83dab9a9028c4d0799992c56c;p=project%2Fluci.git diff --git a/modules/luci-mod-admin-full/luasrc/view/admin_network/wifi_overview.htm b/modules/luci-mod-admin-full/luasrc/view/admin_network/wifi_overview.htm index 4fc268e66..4465095ff 100644 --- a/modules/luci-mod-admin-full/luasrc/view/admin_network/wifi_overview.htm +++ b/modules/luci-mod-admin-full/luasrc/view/admin_network/wifi_overview.htm @@ -66,10 +66,6 @@ return name - -- madwifi - elseif name == "ath" or name == "wifi" then - return translatef("Atheros 802.11%s Wireless Controller", bands) - -- ralink elseif name == "ra" then return translatef("RaLink 802.11%s Wireless Controller", bands) @@ -88,12 +84,7 @@ end end - local devices = ntm:get_wifidevs() - local arpcache = { } - ip.neighbors({ family = 4 }, function(n) - if n.mac and n.dest then arpcache[n.mac:upper()] = n.dest:string() end - end) - + local devices = ntm:get_wifidevs() local netlist = { } local netdevs = { } @@ -119,7 +110,6 @@ -

<%:Wireless Overview%>

+

<%:Wireless Overview%>