modules/admin-full: add doth (802.11h) and wmm (802.11h) options for broadcom
This commit is contained in:
parent
8eb738326c
commit
3c8728390f
1 changed files with 3 additions and 0 deletions
|
@ -359,6 +359,9 @@ if hwtype == "broadcom" then
|
|||
translate("wifi_isolate_desc"))
|
||||
isolate:depends({mode="ap"})
|
||||
|
||||
s:taboption("advanced", Flag, "doth", "802.11h")
|
||||
s:taboption("advanced", Flag, "wmm", translate("wifi_wmm"))
|
||||
|
||||
bssid:depends({mode="wds"})
|
||||
bssid:depends({mode="adhoc"})
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue