luci-0.8: implement doth (802.11h) and wmm (802.11e) options for broadcom

This commit is contained in:
Jo-Philipp Wich 2009-09-25 13:29:49 +00:00
parent 005ca44075
commit 097fb5f7df

View file

@ -268,6 +268,9 @@ if hwtype == "broadcom" then
isolate:depends({mode="ap"})
isolate.optional = true
s:option(Flag, "doth", "802.11h").optional = true
s:option(Flag, "wmm", translate("wifi_wmm")).optional = true
bssid:depends({mode="wds"})
bssid:depends({mode="adhoc"})
end