mirror of https://github.com/aredn/aredn.git
hardware: CPE510: Add initial hardware support for TPLink CPE510 in testing
Testing mode for CPE510 Offset needs to be looked into, OS reports a max power of 23dbm need to see if this is kernel, or offset related. Should provide enough details for the board to be registered in the UI
This commit is contained in:
parent
7c152d7c1e
commit
63bb07b617
|
@ -922,6 +922,17 @@ sub hardware_boardid
|
|||
sub hardware_info
|
||||
{
|
||||
%model = (
|
||||
'TP-Link CPE510 v1.0' => {
|
||||
'name' => 'TP-Link CPE510 v1.0',
|
||||
'comment' => '',
|
||||
'supported' => '-2',
|
||||
'maxpower' => '27',
|
||||
'pwroffset' => '0',
|
||||
'antennas' => { 1 => "Horizontal", 2 => "Vertical", 3 => "Diversity" },
|
||||
'defaultant' => 3,
|
||||
'usechains' => 1,
|
||||
'rfband' => '5800ubntus',
|
||||
},
|
||||
'0xc2a2' => {
|
||||
'name' => 'Bullet 2 HP',
|
||||
'comment' => 'Not enough Ram or flash',
|
||||
|
|
Loading…
Reference in New Issue