summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-09-22 16:44:21 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-09-22 16:44:21 +0000
commit3c8728390f2b258a7e6d006bc05a84b793dd12db (patch)
tree4581fc07034ff3286cd7dad3cec7ea507118cdbc /modules/admin-full
parent8eb738326c7e2d38eed8ca99792dceb96887ec64 (diff)
modules/admin-full: add doth (802.11h) and wmm (802.11h) options for broadcom
Diffstat (limited to 'modules/admin-full')
-rw-r--r--modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua b/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
index 2de3486f9..613319bfc 100644
--- a/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
+++ b/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
@@ -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