summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-admin-full/luasrc/view
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2017-02-28 18:55:11 +0200
committerHannu Nyman <hannu.nyman@iki.fi>2017-02-28 18:55:11 +0200
commit3c988cf16cc8d34fa27c6ef62c59fe3db269cedb (patch)
tree817c14aae09bb2ea0c82c85a5c15bc8d115f6f32 /modules/luci-mod-admin-full/luasrc/view
parent844b4cbe054f275d592fb4cf3ab8cd71f3d7bf31 (diff)
treewide: cleanup references to madwifi from LuCI
Remove the code related to the deprecated madwifi driver. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'modules/luci-mod-admin-full/luasrc/view')
-rw-r--r--modules/luci-mod-admin-full/luasrc/view/admin_network/wifi_overview.htm4
1 files changed, 0 insertions, 4 deletions
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 9c351d3933..4465095ff2 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)