* 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 823ee2f..c449850 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'
@@ -130,20 +140,6 @@ config variable
        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'
        option title 'Frame Bursting (broadcom)'