mirror of https://github.com/aredn/aredn.git
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:
parent
742f8ec4ac
commit
5a39316a7e
|
@ -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" },
|
||||
|
|
Loading…
Reference in New Issue