summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2009-01-16 19:12:31 +0000
committerSteven Barth <steven@midlink.org>2009-01-16 19:12:31 +0000
commit8458684ab9f95c042fdeed43492331d02c85a6f4 (patch)
tree4e22200bf544bbc771d491b08d5ee6b7fa40e686 /modules
parentabae7b063cedfec21550d28b37a0cb27081bb839 (diff)
Add missing UVL entries for madwifi hacks
Diffstat (limited to 'modules')
-rw-r--r--modules/admin-core/root/lib/uci/schema/default/wireless18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/admin-core/root/lib/uci/schema/default/wireless b/modules/admin-core/root/lib/uci/schema/default/wireless
index d3256bceb..c86733afa 100644
--- a/modules/admin-core/root/lib/uci/schema/default/wireless
+++ b/modules/admin-core/root/lib/uci/schema/default/wireless
@@ -281,6 +281,24 @@ config variable
option datatype boolean
config variable
+ option name 'sw_merge'
+ option section 'wireless.wifi-iface'
+ option title 'Disable Ad-Hoc HW beacon timer (atheros)'
+ option datatype boolean
+
+config variable
+ option name 'nosbeacon'
+ option section 'wireless.wifi-iface'
+ option title 'Disable station HW beacon timer (atheros)'
+ option datatype boolean
+
+config variable
+ option name 'probereq'
+ option section 'wireless.wifi-iface'
+ option title 'Disable probe responses (atheros)'
+ option datatype boolean
+
+config variable
option name 'macpolicy'
option section 'wireless.wifi-iface'
option title 'MAC-Address Filter (atheros)'