summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc/model/network.lua
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-base/luasrc/model/network.lua
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-base/luasrc/model/network.lua')
-rw-r--r--modules/luci-base/luasrc/model/network.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/luci-base/luasrc/model/network.lua b/modules/luci-base/luasrc/model/network.lua
index 49d91b875..d9ef4089c 100644
--- a/modules/luci-base/luasrc/model/network.lua
+++ b/modules/luci-base/luasrc/model/network.lua
@@ -1362,8 +1362,6 @@ function wifidev.get_i18n(self)
local t = "Generic"
if self.iwinfo.type == "wl" then
t = "Broadcom"
- elseif self.iwinfo.type == "madwifi" then
- t = "Atheros"
end
local m = ""