diff options
| author | Shiji Yang | 2023-05-22 14:23:39 +0000 |
|---|---|---|
| committer | Christian Marangi | 2023-05-23 22:50:42 +0000 |
| commit | d1f07cfdf3977741b0132a88a3198ecaebf34b57 (patch) | |
| tree | 2109eeb6f35fc0071d60bef4d556bba9c43ab0de | |
| parent | c9f5c3f7b50d146f18be1458ab5591defc0af6da (diff) | |
| download | iwinfo-d1f07cfdf3977741b0132a88a3198ecaebf34b57.tar.gz | |
devices: add device id for Atheros AR9287 and AR9380
Atheros AR9287 is a 2*2 PCI wireless chip used in TP-Link TL-WR841N v7.
Atheros AR9380 is a 3*3 PCI wireless chip used in TP-Link TL-WR2543N v1.
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
| -rw-r--r-- | devices.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devices.txt b/devices.txt index 5f0b369..3f28446 100644 --- a/devices.txt +++ b/devices.txt @@ -149,6 +149,8 @@ 0x168c 0x002e 0x1a3b 0x1121 0 0 "Atheros" "AR9287" 0x168c 0x002e 0x0777 0xe0a2 8 0 "Ubiquiti" "NanoStation Loco M2 (XM)" /* wrong offset! */ 0x168c 0x002e 0x168c 0x30a4 0 0 "Atheros" "AR9287" +0x168c 0x002e 0x168c 0xa199 0 0 "Atheros" "AR9287" +0x168c 0x0030 0x168c 0x3112 0 0 "Atheros" "AR9380" 0x168c 0x0030 0x168c 0x3114 0 0 "Atheros" "AR9390" 0x168c 0x0033 0x168c 0xa120 0 0 "Atheros" "AR9580" 0x168c 0x0033 0x168c 0xa136 0 0 "Atheros" "AR9580" |