mirror of https://github.com/aredn/aredn.git
hardware: add tplink cpe510 v1.1 aredn device definition
Power settings at or below vendor max specs. Some channels further limited within driver likely from vender flash config data settings
This commit is contained in:
parent
3e4e6270b7
commit
7ee18ed05b
|
@ -992,6 +992,16 @@ sub hardware_info
|
|||
'rfband' => '5800ubntus',
|
||||
'chanpower' => { 48 => '10', 149 => '17', 184 => '23' },
|
||||
},
|
||||
'TP-Link CPE510 v1.1' => {
|
||||
'name' => 'TP-Link CPE510 v1.1',
|
||||
'comment' => 'Testing support for CPE510 v1.1',
|
||||
'supported' => '-1',
|
||||
'maxpower' => '26',
|
||||
'pwroffset' => '0',
|
||||
'usechains' => 1,
|
||||
'rfband' => '5800ubntus',
|
||||
'chanpower' => { 140 => '17', 184 => '26' },
|
||||
},
|
||||
'0xc2a2' => {
|
||||
'name' => 'Bullet 2 HP',
|
||||
'comment' => 'Not enough Ram or flash',
|
||||
|
|
Loading…
Reference in New Issue