mirror of https://github.com/aredn/aredn.git
bugfix: Set max power for device to TPLink programed "max power"
This is the absolute maximum that can be used by the device from TPLink eprom programming. The value actually goes down on some frequencies.
This commit is contained in:
parent
9aec7e019b
commit
9b30e157bc
|
@ -954,7 +954,7 @@ sub hardware_info
|
|||
'name' => 'TP-Link CPE210 v1.0',
|
||||
'comment' => '',
|
||||
'supported' => '-2',
|
||||
'maxpower' => '27',
|
||||
'maxpower' => '23',
|
||||
'pwroffset' => '0',
|
||||
'usechains' => 1,
|
||||
'rfband' => '2400',
|
||||
|
@ -963,7 +963,7 @@ sub hardware_info
|
|||
'name' => 'TP-Link CPE510 v1.0',
|
||||
'comment' => '',
|
||||
'supported' => '-2',
|
||||
'maxpower' => '27',
|
||||
'maxpower' => '23',
|
||||
'pwroffset' => '0',
|
||||
'usechains' => 1,
|
||||
'rfband' => '5800ubntus',
|
||||
|
|
Loading…
Reference in New Issue