From 32a67e1b2c840515c62a45e7e3f1a8f145d0d35e Mon Sep 17 00:00:00 2001 From: Conrad Lara - KG6JEI Date: Mon, 14 Jul 2014 23:01:16 -0700 Subject: [PATCH] Add initial testing support for M9 devices ref BBHN->ticket:51 --- files/www/cgi-bin/channelmaps.pm | 6 ++++++ files/www/cgi-bin/perlfunc.pm | 22 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/files/www/cgi-bin/channelmaps.pm b/files/www/cgi-bin/channelmaps.pm index 9d568d7e..932924d2 100644 --- a/files/www/cgi-bin/channelmaps.pm +++ b/files/www/cgi-bin/channelmaps.pm @@ -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)", diff --git a/files/www/cgi-bin/perlfunc.pm b/files/www/cgi-bin/perlfunc.pm index 4fac7946..56b6cb6d 100644 --- a/files/www/cgi-bin/perlfunc.pm +++ b/files/www/cgi-bin/perlfunc.pm @@ -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',