diff options
| author | Tomislav Požega | 2019-11-01 14:18:35 +0000 |
|---|---|---|
| committer | John Crispin | 2019-11-02 18:26:55 +0000 |
| commit | 31dcef3169d29dc9bb11c6901fa7b2894438dc78 (patch) | |
| tree | bf0f75b26c36b41388dbbc54369cf762040296b9 | |
| parent | 07315b6fdb2566a8626d8a1e4de76eb30456fe17 (diff) | |
| download | iwinfo-31dcef3169d29dc9bb11c6901fa7b2894438dc78.tar.gz | |
iwinfo: add several QC/A device ids
Add device ids for AR9462, QCA9862, QCA9880 v1 mPCIe cards and
Ubiquiti branded QCA9880 v2 PCI wifi found in LiteBeam 5ac.
Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
| -rw-r--r-- | hardware.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hardware.txt b/hardware.txt index e85db06..6029fb8 100644 --- a/hardware.txt +++ b/hardware.txt @@ -1,6 +1,7 @@ # libiwinfo hardware database # vendor id | device id | subsystem vendor id | subsystem device id | # txpower offset | frequency offset | "vendor name" | "device name" +0x0777 0x11ac 0x0777 0xe7f9 0 0 "Ubiquiti" "LiteBeam 5AC" 0xffff 0xffff 0xffff 0xb102 0 0 "Ubiquiti" "PowerStation2 (18V)" 0xffff 0xffff 0xffff 0xb202 0 0 "Ubiquiti" "PowerStation2 (16D)" 0xffff 0xffff 0xffff 0xb302 0 0 "Ubiquiti" "PowerStation2 (EXT)" @@ -152,7 +153,10 @@ 0x168c 0x0033 0x19b6 0xd014 0 0 "MikroTik" "R11e-5HnD" 0x168c 0x0033 0x19b6 0xd057 0 0 "MikroTik" "R11e-5HnDr2" 0x168c 0x0033 0x19b6 0xd016 0 0 "MikroTik" "R11e-2HPnD" +0x168c 0x0034 0x17aa 0x3214 0 0 "Atheros" "AR9462" 0x168c 0x003c 0x0000 0x0000 0 0 "Qualcomm Atheros" "QCA9880" +0x168c 0x003c 0x168c 0x3223 0 0 "Qualcomm Atheros" "QCA9880" +0x168c 0x003c 0x1a56 0x1420 0 0 "Qualcomm Atheros" "QCA9862" 0x168c 0x003c 0x19b6 0xd03c 0 0 "Mikrotik" "R11e-5HacT" 0x168c 0x0046 0x168c 0xcafe 0 0 "Qualcomm Atheros" "QCA9984" 0x168c 0x0050 0x0000 0x0000 0 0 "Qualcomm Atheros" "QCA9887" |