[PATCH 1/2] [iwinfo] devices: update device compatibles for ath9k SoCs
Shiji Yang
yangshiji66 at outlook.com
Mon Mar 16 04:32:02 PDT 2026
ath9k device driver compatibles have been changed in the OpenWrt
main repository[1]. We need to update the iwinfo database so that
the NIC model can be queried correctly. We still keep the old IDs
for compatibility purposes until OpenWrt v24.10 EOL.
[1] https://git.openwrt.org/openwrt/openwrt/commit/?id=7e09959efda2019c28856cfba157f04e8db62f42
Signed-off-by: Shiji Yang <yangshiji66 at outlook.com>
---
devices.txt | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/devices.txt b/devices.txt
index 5660a24..54f34d3 100644
--- a/devices.txt
+++ b/devices.txt
@@ -249,6 +249,13 @@
# FDT compatible strings
# "compatible" | txpower offset | frequency offset | ...
+"qca,ar9130-wifi" 0 0 "Atheros" "AR9130"
+"qca,ar9330-wifi" 0 0 "Atheros" "AR9330"
+"qca,ar9340-wifi" 0 0 "Atheros" "AR9340"
+"qca,qca9530-wifi" 0 0 "Qualcomm Atheros" "QCA9530"
+"qca,qca9550-wifi" 0 0 "Qualcomm Atheros" "QCA9550"
+"qca,qca9560-wifi" 0 0 "Qualcomm Atheros" "QCA9560"
+# "qca,*-wmac" are deprecated, will be removed soon.
"qca,ar9130-wmac" 0 0 "Atheros" "AR9130"
"qca,ar9330-wmac" 0 0 "Atheros" "AR9330"
"qca,ar9340-wmac" 0 0 "Atheros" "AR9340"
--
2.51.0
More information about the openwrt-devel
mailing list