aredn: add definition for Bullet M2 XW (#246)

New Bullet M2 XW models are released by ubnt.

closes #233
This commit is contained in:
Joe AE6XE 2018-10-25 21:44:45 -07:00 committed by dman776
parent a1ab5312ef
commit 4a50ee2382
2 changed files with 10 additions and 0 deletions

View File

@ -51,6 +51,7 @@ AirRouter | airrouter | 32Mb | stable
AirRouter HP | airrouter | 32Mb | stable AirRouter HP | airrouter | 32Mb | stable
Bullet M2/M2Ti/M5/M5Ti | bullet-m | 32Mb | stable Bullet M2/M2Ti/M5/M5Ti | bullet-m | 32Mb | stable
Bullet Ti | bullet-m | 32Mb | stable Bullet Ti | bullet-m | 32Mb | stable
Bullet M2 XW | rocket-m-xw | 64Mb | stable
NanoBeam-M2-13/16/19 | loco-m-xw | 32Mb | stable NanoBeam-M2-13/16/19 | loco-m-xw | 32Mb | stable
NanoBridge 2G18 | bullet-m | 32Mb | stable NanoBridge 2G18 | bullet-m | 32Mb | stable
NanoBridge 5G22/25 | bullet-m | 32Mb | stable NanoBridge 5G22/25 | bullet-m | 32Mb | stable

View File

@ -1345,6 +1345,15 @@ sub hardware_info
'usechains' => 1, 'usechains' => 1,
'rfband' => '2400', 'rfband' => '2400',
}, },
'0xe2c4' => {
'name' => 'Bullet M2 XW',
'comment' => 'Testing Bullet M2 XW',
'supported' => '-1',
'maxpower' => '19',
'pwroffset' => '6',
'usechains' => 0,
'rfband' => '2400',
},
'0xe2d2' => { '0xe2d2' => {
'name' => 'Bullet M2 Titanium HP', 'name' => 'Bullet M2 Titanium HP',
'comment' => '', 'comment' => '',