* modules/admin-core: adept wireless scheme to new config options
This commit is contained in:
parent
1857248166
commit
36e3f2a3e8
1 changed files with 12 additions and 16 deletions
|
@ -83,16 +83,26 @@ config variable
|
||||||
config variable
|
config variable
|
||||||
option name 'txantenna'
|
option name 'txantenna'
|
||||||
option section 'wireless.wifi-device'
|
option section 'wireless.wifi-device'
|
||||||
option title 'Transmitter Antenna (atheros)'
|
option title 'Transmitter Antenna'
|
||||||
option datatype uint
|
option datatype uint
|
||||||
list depends type=atheros
|
list depends type=atheros
|
||||||
|
list depends type=broadcom
|
||||||
|
|
||||||
config variable
|
config variable
|
||||||
option name 'rxantenna'
|
option name 'rxantenna'
|
||||||
option section 'wireless.wifi-device'
|
option section 'wireless.wifi-device'
|
||||||
option title 'Receiver Antenna (atheros)'
|
option title 'Receiver Antenna'
|
||||||
option datatype uint
|
option datatype uint
|
||||||
list depends type=atheros
|
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
|
config variable
|
||||||
option name 'distance'
|
option name 'distance'
|
||||||
|
@ -129,20 +139,6 @@ config variable
|
||||||
option type lazylist
|
option type lazylist
|
||||||
option datatype macaddr
|
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
|
config variable
|
||||||
option name 'frameburst'
|
option name 'frameburst'
|
||||||
option section 'wireless.wifi-device'
|
option section 'wireless.wifi-device'
|
||||||
|
|
Loading…
Reference in a new issue