mirror of https://github.com/aredn/aredn.git
Merge branch 'initialm9devices' into develop
This commit is contained in:
commit
422e40c5ea
|
@ -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)",
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue