From 8458684ab9f95c042fdeed43492331d02c85a6f4 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 16 Jan 2009 19:12:31 +0000 Subject: [PATCH] Add missing UVL entries for madwifi hacks --- i18n/english/luasrc/i18n/wifi.en.lua | 2 +- .../admin-core/root/lib/uci/schema/default/wireless | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/i18n/english/luasrc/i18n/wifi.en.lua b/i18n/english/luasrc/i18n/wifi.en.lua index 438ef1c66..47859b3db 100644 --- a/i18n/english/luasrc/i18n/wifi.en.lua +++ b/i18n/english/luasrc/i18n/wifi.en.lua @@ -33,5 +33,5 @@ wifi_wmm = 'WMM Mode' wifi_xr = 'XR Support' wifi_ar = 'AR Support' wifi_nosbeacon = 'Disable HW-Beacon timer' -wifi_noprobereq = 'Don not send probe responses' +wifi_noprobereq = 'Do not send probe responses' wifi_wpareq = 'WPA-Encryption requires wpa_supplicant (for client mode) or hostapd (for AP and ad-hoc mode) to be installed.' 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)' -- 2.11.0