mirror of https://github.com/aredn/aredn.git
Merge branch 'NanoStationXW' into develop
Add initial testing support for NanoStation M5 XW into develop tree. ref AREDN->ticket:43
This commit is contained in:
commit
96636f442e
|
@ -1215,6 +1215,17 @@ sub hardware_info
|
|||
'usechains' => 1,
|
||||
'rfband' => '5800ubntus',
|
||||
},
|
||||
'Ubiquiti Nanostation M XW' => {
|
||||
'name' => 'NanoStation M5 XW',
|
||||
'comment' => 'NanoStation M5 XW 0xe855 (In Testing)',
|
||||
'supported' => '-2',
|
||||
'maxpower' => '22',
|
||||
'pwroffset' => '5',
|
||||
'antennas' => { 1 => "Horizontal", 2 => "Vertical", 3 => "Di$
|
||||
'defaultant' => 3,
|
||||
'usechains' => 1,
|
||||
'rfband' => '5800ubntus',
|
||||
},
|
||||
'0xe8a5' => {
|
||||
'name' => 'NanoStation Loco M5',
|
||||
'comment' => 'NanoStation Loco M5',
|
||||
|
|
Loading…
Reference in New Issue