[PATCH 2/2] [iwinfo] devices: update device compatibles for rt2800 SoCs

Shiji Yang yangshiji66 at outlook.com
Mon Mar 16 04:32:03 PDT 2026


rt2800 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=6e09394c3bff55c7b6a95b7cf04c33b57290faf9
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 54f34d3..b4111bb 100644
--- a/devices.txt
+++ b/devices.txt
@@ -271,6 +271,13 @@
 "mediatek,mt7628-wmac"  0      0  "MediaTek" "MT7628"
 "mediatek,mt7981-wmac"  0      0  "MediaTek" "MT7981"
 "mediatek,mt7986-wmac"  0      0  "MediaTek" "MT7986"
+"ralink,rt2880-wifi"    0      0  "Ralink" "RT2880"
+"ralink,rt3050-wifi"    0      0  "Ralink" "RT3050"
+"ralink,rt3352-wifi"    0      0  "Ralink" "RT3352"
+"ralink,rt3883-wifi"    0      0  "Ralink" "RT3883"
+"ralink,rt5350-wifi"    0      0  "Ralink" "RT5350"
+"ralink,rt7620-wifi"    0      0  "MediaTek" "MT7620"
+# "ralink,*-wmac" are deprecated, will be removed soon.
 "ralink,rt2880-wmac"    0      0  "Ralink" "Rt2880"
 "ralink,rt3050-wmac"    0      0  "Ralink" "Rt3050"
 "ralink,rt3352-wmac"    0      0  "Ralink" "Rt3352"
-- 
2.51.0




More information about the openwrt-devel mailing list