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:
Conrad Lara - KG6JEI 2015-07-20 21:38:01 -07:00
parent 9aec7e019b
commit 9b30e157bc
1 changed files with 2 additions and 2 deletions

View File

@ -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',