From d2c188278629fa51f894a836947dbac5d691a6dd Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 4 Oct 2014 09:38:10 +0000 Subject: luci: initial 802.11ac support While working with 802.11ac (ath10k) I've noticed the web interface configuration missing basic support for 11ac devices - unable to set VHT (htmode) and 11ac (hwmode). This patch adds initial support for luci admin-full page and 802.11ac MAC80211 devices. v2: * replace obsolete 11nac mode with 11a + vhtmode (jow in ticket: #17323) Signed-off-by: Bartosz Markowski [jow: fix typo in get_i18n()] Signed-off-by: Jo-Philipp Wich --- modules/base/luasrc/model/network.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/base/luasrc/model') diff --git a/modules/base/luasrc/model/network.lua b/modules/base/luasrc/model/network.lua index a409621f8e..0aac416ace 100644 --- a/modules/base/luasrc/model/network.lua +++ b/modules/base/luasrc/model/network.lua @@ -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 -- cgit v1.2.3