Merge r4047
authorSteven Barth <steven@midlink.org>
Fri, 16 Jan 2009 19:14:15 +0000 (19:14 +0000)
committerSteven Barth <steven@midlink.org>
Fri, 16 Jan 2009 19:14:15 +0000 (19:14 +0000)
i18n/english/luasrc/i18n/wifi.en.lua
modules/admin-core/root/lib/uci/schema/default/wireless

index 438ef1c..47859b3 100644 (file)
@@ -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.'
index d3256bc..c86733a 100644 (file)
@@ -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)'