Add initial testing support for M9 devices

ref BBHN->ticket:51
This commit is contained in:
Conrad Lara - KG6JEI 2014-07-14 23:01:16 -07:00
parent 1742f8111c
commit 32a67e1b2c
2 changed files with 28 additions and 0 deletions

View File

@ -8,6 +8,12 @@ use perlfunc;
sub rf_channel_map
{
%channellist = (
'900' => {
4 => "(907)",
5 => "(912)",
6 => "(917)",
7 => "(922)",
},
'2400' => {
1 => "1 (2412)",
2 => "2 (2417)",

View File

@ -911,6 +911,17 @@ sub hardware_info
'usechains' => 0,
'rfband' => '2400',
},
'0xe009' => {
'name' => 'NanoStation Loco M9',
'comment' => 'NanoStation Loco M9 in testing',
'supported' => '-2',
'maxpower' => '22',
'pwroffset' => '6',
'antennas' => { 1 => "Horizontal", 2 => "Vertical", 3 => "Diversity" },
'defaultant' => 3,
'usechains' => 1,
'rfband' => '900',
},
'0xe012' => {
'name' => 'NanoStation M2',
'comment' => '',
@ -999,6 +1010,17 @@ sub hardware_info
'usechains' => 1,
'rfband' => '2400',
},
'0xe239' => {
'name' => 'NannoBridge M9',
'comment' => 'NanoBridge M9 in testing',
'supported' => '-2',
'maxpower' => '22',
'pwroffset' => '6',
'antennas' => { 1 => "Horizontal", 2 => "Vertical", 3 => "Diversity" },
'defaultant' => 3,
'usechains' => 1,
'rfband' => '900',
},
'0xe242' => {
'name' => 'airGrid M2 HP',
'comment' => 'airGrid M2 HP',