mirror of https://github.com/aredn/aredn.git
Add testing support for PicoStation2 PicoStation2 HP and AirGrid M2 HP (0xe242)
ref BBHN->ticket:40 and BBHN->ticket:41
This commit is contained in:
parent
553c126490
commit
f83bebe58a
|
@ -889,6 +889,26 @@ sub hardware_info
|
|||
'comment' => 'Not enough Ram or flash',
|
||||
'supported' => '-1',
|
||||
},
|
||||
'0xc302' => {
|
||||
'name' => 'PicoStation2',
|
||||
'comment' => 'PicoStation2 (NOT M series) in testing',
|
||||
'supported' => '-2',
|
||||
'maxpower' => '16',
|
||||
'pwroffset' => '4',
|
||||
'antennas' => { 1 => 'Antenna' },
|
||||
'defaultant' => 1,
|
||||
'usechains' => 0,
|
||||
},
|
||||
'0xc3a2' => {
|
||||
'name' => 'PicoStation2 HP',
|
||||
'comment' => 'PicoStation2 HP (NOT M series) in testing',
|
||||
'supported' => '-2',
|
||||
'maxpower' => '19',
|
||||
'pwroffset' => '10',
|
||||
'antennas' => { 1 => 'Antenna' },
|
||||
'defaultant' => 1,
|
||||
'usechains' => 0,
|
||||
},
|
||||
'0xe012' => {
|
||||
'name' => 'NanoStation M2',
|
||||
'comment' => '',
|
||||
|
@ -972,6 +992,16 @@ sub hardware_info
|
|||
'defaultant' => 3,
|
||||
'usechains' => 1,
|
||||
},
|
||||
'0xe242' => {
|
||||
'name' => 'airGrid M2 HP',
|
||||
'comment' => 'airGrid M2 HP in testing',
|
||||
'supported' => '-2',
|
||||
'maxpower' => '19',
|
||||
'pwroffset' => '9',
|
||||
'antennas' => { 1 => 'airGrid' },
|
||||
'defaultant' => 1,
|
||||
'usechains' => 0,
|
||||
},
|
||||
'0xe243' => {
|
||||
'name' => 'NannoBridge M3',
|
||||
'comment' => 'Not Tested',
|
||||
|
|
Loading…
Reference in New Issue