modules/admin-full: expose wmm option for mac80211 interfaces

This commit is contained in:
Jo-Philipp Wich 2012-07-23 08:53:50 +00:00
parent 46c84206f3
commit 746a5be1a8

View file

@ -507,6 +507,11 @@ if hwtype == "mac80211" then
hidden = s:taboption("general", Flag, "hidden", translate("Hide <abbr title=\"Extended Service Set Identifier\">ESSID</abbr>")) hidden = s:taboption("general", Flag, "hidden", translate("Hide <abbr title=\"Extended Service Set Identifier\">ESSID</abbr>"))
hidden:depends({mode="ap"}) hidden:depends({mode="ap"})
hidden:depends({mode="ap-wds"}) hidden:depends({mode="ap-wds"})
wmm = s:taboption("general", Flag, "wmm", translate("WMM Mode"))
wmm:depends({mode="ap"})
wmm:depends({mode="ap-wds"})
wmm.default = wmm.enabled
end end