mirror of https://github.com/aredn/aredn.git
aredn: add definition for Bullet M2 XW (#246)
New Bullet M2 XW models are released by ubnt. closes #233
This commit is contained in:
parent
a1ab5312ef
commit
4a50ee2382
|
@ -51,6 +51,7 @@ AirRouter | airrouter | 32Mb | stable
|
|||
AirRouter HP | airrouter | 32Mb | stable
|
||||
Bullet M2/M2Ti/M5/M5Ti | 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
|
||||
NanoBridge 2G18 | bullet-m | 32Mb | stable
|
||||
NanoBridge 5G22/25 | bullet-m | 32Mb | stable
|
||||
|
|
|
@ -1345,6 +1345,15 @@ sub hardware_info
|
|||
'usechains' => 1,
|
||||
'rfband' => '2400',
|
||||
},
|
||||
'0xe2c4' => {
|
||||
'name' => 'Bullet M2 XW',
|
||||
'comment' => 'Testing Bullet M2 XW',
|
||||
'supported' => '-1',
|
||||
'maxpower' => '19',
|
||||
'pwroffset' => '6',
|
||||
'usechains' => 0,
|
||||
'rfband' => '2400',
|
||||
},
|
||||
'0xe2d2' => {
|
||||
'name' => 'Bullet M2 Titanium HP',
|
||||
'comment' => '',
|
||||
|
|
Loading…
Reference in New Issue