diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-02-28 18:55:11 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2017-02-28 18:55:11 +0200 |
commit | 3c988cf16cc8d34fa27c6ef62c59fe3db269cedb (patch) | |
tree | 817c14aae09bb2ea0c82c85a5c15bc8d115f6f32 /modules/luci-base/luasrc/model/network.lua | |
parent | 844b4cbe054f275d592fb4cf3ab8cd71f3d7bf31 (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.lua | 2 |
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 = "" |