mirror of https://github.com/aredn/aredn.git
bugfix: NSM5 Loco XW no channel number shown in setup
Change-Id: I5e5673767572ca28e5345803cadc4a8c3119cc3c fixes: AREDN->ticket:202
This commit is contained in:
parent
811f52f93b
commit
50332f76d2
|
@ -1339,6 +1339,15 @@ sub hardware_info
|
|||
'usechains' => 0,
|
||||
'rfband' => '5800ubntus',
|
||||
},
|
||||
'0xe845' => {
|
||||
'name' => 'NanoStation Loco M5 XW',
|
||||
'comment' => 'NanoStation Loco M5 XW (in testing)',
|
||||
'supported' => '-2',
|
||||
'maxpower' => '22',
|
||||
'pwroffset' => '1',
|
||||
'usechains' => 1,
|
||||
'rfband' => '5800ubntus',
|
||||
},
|
||||
'0xe855' => {
|
||||
'name' => 'NanoStation M5 XW',
|
||||
'comment' => 'NanoStation M5 XW',
|
||||
|
@ -1366,15 +1375,6 @@ sub hardware_info
|
|||
'usechains' => 1,
|
||||
'rfband' => '5800ubntus',
|
||||
},
|
||||
'Ubiquiti Loco M XW' => {
|
||||
'name' => 'NanoStation Loco M5 XW',
|
||||
'comment' => 'NanoStation Loco M5 XW 0xe845 (in testing)',
|
||||
'supported' => '-2',
|
||||
'maxpower' => '22',
|
||||
'pwroffset' => '1',
|
||||
'usechains' => 1,
|
||||
'rfband' => '5800ubntus',
|
||||
},
|
||||
'0xe6b5' => {
|
||||
'name' => 'Rocket M5 XW',
|
||||
'comment' => 'Rocket M5 XW 0xe6b5 (in testing)',
|
||||
|
|
Loading…
Reference in New Issue