diff options
| author | George Moussalem | 2025-02-05 11:14:10 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-02-06 11:23:06 +0000 |
| commit | 9cec6b4dd2df80d4c02bad322a5db14203a92cba (patch) | |
| tree | 315e324351dd92788d249e94916899682e351396 | |
| parent | 94b3a3c1a6c4cc23c4446328c03295a83fdfbd93 (diff) | |
| download | iwinfo-9cec6b4dd2df80d4c02bad322a5db14203a92cba.tar.gz | |
devices: add device id for Qualcomm Atheros QCN6122
Add device id for Qualcomm Atheros QCN6102 (5G) and QCN6122 (5G/6G)
Signed-off-by: George Moussalem <george.moussalem@outlook.com>
Link: https://github.com/openwrt/iwinfo/pull/20
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | devices.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devices.txt b/devices.txt index b81491d..5660a24 100644 --- a/devices.txt +++ b/devices.txt @@ -259,6 +259,7 @@ "qcom,ipq5018-wifi" 0 0 "Qualcomm Atheros" "IPQ5018" "qcom,ipq6018-wifi" 0 0 "Qualcomm Atheros" "IPQ6018" "qcom,ipq8074-wifi" 0 0 "Qualcomm Atheros" "IPQ8074" +"qcom,qcn6122-wifi" 0 0 "Qualcomm Atheros" "QCN6102/QCN6122" "mediatek,mt7622-wmac" 0 0 "MediaTek" "MT7622" "mediatek,mt7628-wmac" 0 0 "MediaTek" "MT7628" "mediatek,mt7981-wmac" 0 0 "MediaTek" "MT7981" |