From 82611bb57eda3efcb98dc896067b23f58df80259 Mon Sep 17 00:00:00 2001 From: Conrad Lara - KG6JEI Date: Tue, 7 Apr 2015 22:11:56 -0700 Subject: [PATCH] bugfix: NanoStation M5 XW device config was malformed ref AREDN->ticket:43 --- files/www/cgi-bin/perlfunc.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/www/cgi-bin/perlfunc.pm b/files/www/cgi-bin/perlfunc.pm index a7a74a4f..dd66d6c2 100644 --- a/files/www/cgi-bin/perlfunc.pm +++ b/files/www/cgi-bin/perlfunc.pm @@ -1221,7 +1221,7 @@ sub hardware_info 'supported' => '-2', 'maxpower' => '22', 'pwroffset' => '5', - 'antennas' => { 1 => "Horizontal", 2 => "Vertical", 3 => "Di$ + 'antennas' => { 1 => "Horizontal", 2 => "Vertical", 3 => "Diversity" }, 'defaultant' => 3, 'usechains' => 1, 'rfband' => '5800ubntus',