Merge branch 'TPLink210' into develop

Adds CPE210 as an untested device
This commit is contained in:
Conrad Lara - KG6JEI 2015-04-22 11:32:37 -07:00
commit e26bc585c7
1 changed files with 11 additions and 0 deletions

View File

@ -925,6 +925,17 @@ sub hardware_boardid
sub hardware_info
{
%model = (
'TP-Link CPE210 v1.0' => {
'name' => 'TP-Link CPE210 v1.0',
'comment' => '',
'supported' => '-2',
'maxpower' => '27',
'pwroffset' => '0',
'antennas' => { 1 => "Horizontal", 2 => "Vertical", 3 => "Diversity" },
'defaultant' => 3,
'usechains' => 1,
'rfband' => '2400',
},
'TP-Link CPE510 v1.0' => {
'name' => 'TP-Link CPE510 v1.0',
'comment' => '',