Merge pull request #2466 from HenryGiraldo/master
[project/luci.git] / modules / luci-mod-network / luasrc / model / cbi / admin_network / wifi.lua
index 69cd5fe544bece0480854dd114def9dd3b3911f1..1ac79d8ee7db2ba3b385c7e1e7c44c7121a0b665 100644 (file)
@@ -1112,8 +1112,8 @@ if hwtype == "mac80211" then
                ieee80211w = s:taboption("encryption", ListValue, "ieee80211w",
                        translate("802.11w Management Frame Protection"),
                        translate("Requires the 'full' version of wpad/hostapd " ..
-                               "and support from the wifi driver <br />(as of Feb 2017: " ..
-                               "ath9k and ath10k, in LEDE also mwlwifi and mt76)"))
+                               "and support from the wifi driver <br />(as of Jan 2019: " ..
+                               "ath9k, ath10k, mwlwifi and mt76)"))
                ieee80211w.default = ""
                ieee80211w.rmempty = true
                ieee80211w:value("", translate("Disabled (default)"))