* modules/admin-core: adept wireless scheme to new config options
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 16 Nov 2008 18:30:53 +0000 (18:30 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 16 Nov 2008 18:30:53 +0000 (18:30 +0000)
modules/admin-core/root/lib/uci/schema/default/wireless

index 823ee2fa4faf200bdd097a95c2bf991e0031fb1e..c449850f1a241f7d5583dc1d6224e06620643d1d 100644 (file)
@@ -83,16 +83,26 @@ config variable
 config variable
        option name 'txantenna'
        option section 'wireless.wifi-device'
-       option title 'Transmitter Antenna (atheros)'
+       option title 'Transmitter Antenna'
        option datatype uint
        list depends type=atheros
+       list depends type=broadcom
 
 config variable
        option name 'rxantenna'
        option section 'wireless.wifi-device'
-       option title 'Receiver Antenna (atheros)'
+       option title 'Receiver Antenna'
        option datatype uint
        list depends type=atheros
+       list depends type=broadcom
+
+config variable
+       option name 'txpower'
+       option section 'wireless.wifi-device'
+       option title 'Transmit Power (broadcom)'
+       option description 'dbm'
+       option datatype uint
+       list depends type=broadcom
 
 config variable
        option name 'distance'
@@ -129,20 +139,6 @@ config variable
        option type lazylist
        option datatype macaddr
 
-config variable
-       option name 'txant'
-       option section 'wireless.wifi-device'
-       option title 'Transmitter Antenna (broadcom)'
-       option datatype uint
-       list depends 'type=broadcom'
-
-config variable
-       option name 'rxant'
-       option section 'wireless.wifi-device'
-       option title 'Receiver Antenna (broadcom)'
-       option datatype uint
-       list depends 'type=broadcom'
-
 config variable
        option name 'frameburst'
        option section 'wireless.wifi-device'