git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
8eb7383
)
modules/admin-full: add doth (802.11h) and wmm (802.11h) options for broadcom
author
Jo-Philipp Wich
<redacted>
Tue, 22 Sep 2009 16:44:21 +0000
(16:44 +0000)
committer
Jo-Philipp Wich
<redacted>
Tue, 22 Sep 2009 16:44:21 +0000
(16:44 +0000)
modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
patch
|
blob
|
history
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 2de3486f90f47a4d4d7f7f219f3332fb81f49179..613319bfc383429f641ffd08165251bd982277d8 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT