luci: initial 802.11ac support
[project/luci.git] / modules / base / luasrc / model / network.lua
index a409621..0aac416 100644 (file)
@@ -1274,6 +1274,7 @@ function wifidev.get_i18n(self)
        if l.b then m = m .. "b" end
        if l.g then m = m .. "g" end
        if l.n then m = m .. "n" end
+       if l.ac then m = "ac" end
 
        return "%s 802.11%s Wireless Controller (%s)" %{ t, m, self:name() }
 end