hardware: support: Loco M9, NanoBridge M9 test: RocketM9

tag NanoStation Loco M9 and NanoBridge M9 into supported status

begin testing Rocket M9 support

ref BBHN->ticket:66
fixes BBHN->ticket:51
This commit is contained in:
Conrad Lara - KG6JEI 2014-10-20 19:45:46 -07:00
parent 742f8ec4ac
commit 5a39316a7e
1 changed files with 15 additions and 4 deletions

View File

@ -913,8 +913,8 @@ sub hardware_info
},
'0xe009' => {
'name' => 'NanoStation Loco M9',
'comment' => 'NanoStation Loco M9 in testing',
'supported' => '-2',
'comment' => 'NanoStation Loco M9',
'supported' => '1',
'maxpower' => '22',
'pwroffset' => '6',
'antennas' => { 1 => "Horizontal", 2 => "Vertical", 3 => "Diversity" },
@ -966,6 +966,17 @@ sub hardware_info
'usechains' => 1,
'rfband' => '5800ubntus',
},
'0xe1b9' => {
'name' => 'Rocket M9',
'comment' => 'Rocket M9 in testing',
'supported' => '-2',
'maxpower' => '22',
'pwroffset' => '6',
'antennas' => { 1 => "Chain0", 2 => "Chain1", 3 => "Diversity"},
'defaultant' => 3,
'usechains' => 1,
'rfband' => '900',
},
'0xe202' => {
'name' => 'Bullet M2 HP',
'comment' => '',
@ -1012,8 +1023,8 @@ sub hardware_info
},
'0xe239' => {
'name' => 'NannoBridge M9',
'comment' => 'NanoBridge M9 in testing',
'supported' => '-2',
'comment' => 'NanoBridge M9',
'supported' => '1',
'maxpower' => '22',
'pwroffset' => '6',
'antennas' => { 1 => "Horizontal", 2 => "Vertical", 3 => "Diversity" },