luci-0.8: implement doth (802.11h) and wmm (802.11e) options for broadcom
This commit is contained in:
parent
005ca44075
commit
097fb5f7df
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue