From 3c988cf16cc8d34fa27c6ef62c59fe3db269cedb Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Tue, 28 Feb 2017 18:55:11 +0200 Subject: treewide: cleanup references to madwifi from LuCI Remove the code related to the deprecated madwifi driver. Signed-off-by: Hannu Nyman --- modules/luci-base/luasrc/model/network.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/luci-base/luasrc/model/network.lua') 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 = "" -- cgit v1.2.3