mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
luci-0.8: implement doth (802.11h) and wmm (802.11e) options for broadcom
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user