summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2017-03-01 09:50:58 +0200
committerGitHub <noreply@github.com>2017-03-01 09:50:58 +0200
commit2685855d778f8ca55a5c88a24779dfa1dca78c48 (patch)
tree76a4141ba9ccf902e071d78efc94bb2f2463a45f /modules/luci-base
parent844b4cbe054f275d592fb4cf3ab8cd71f3d7bf31 (diff)
parent04cf8763cc6c19ea419cfd34a913770f27798f90 (diff)
Merge pull request #997 from hnyman/madwifi-cleanup
treewide: cleanup references to madwifi
Diffstat (limited to 'modules/luci-base')
-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 49d91b875a..d9ef4089c8 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 = ""