treewide: cleanup LEDE references
[project/luci.git] / modules / luci-mod-network / luasrc / model / cbi / admin_network / wifi.lua
index 9ab282c3ab1cd49b6ee11359d2ec289514401ae7..eed758c6cd3112c74580180943ed1d36ed21f7dd 100644 (file)
@@ -1087,8 +1087,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)"))