Merge pull request #1065 from stangri/luci-app-vpnbypass
[project/luci.git] / modules / luci-base / luasrc / model / network.lua
index 49d91b8..d9ef408 100644 (file)
@@ -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 = ""