[openwrt/openwrt] wifi-scripts: iwinfo: add definition for QCA9984
LEDE Commits
lede-commits at lists.infradead.org
Tue Feb 18 23:13:40 PST 2025
blogic pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c840629046348d72ff7609433e5e228abb737797
commit c840629046348d72ff7609433e5e228abb737797
Author: Sean Khan <datapronix at protonmail.com>
AuthorDate: Wed Feb 19 00:48:57 2025 -0500
wifi-scripts: iwinfo: add definition for QCA9984
Fixes iwinfo output for QCA9984 devices.
Before:
```
Hardware: nl80211 [Generic MAC80211]
```
After:
```
Hardware: 0x168c:0x0046 0x168c:0xcafe [Qualcomm, Atheros QCA9984]
```
Signed-off-by: Sean Khan <datapronix at protonmail.com>
Link: https://github.com/openwrt/openwrt/pull/18028
Signed-off-by: John Crispin <john at phrozen.org>
---
.../network/config/wifi-scripts/files-ucode/usr/share/wifi_devices.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/network/config/wifi-scripts/files-ucode/usr/share/wifi_devices.json b/package/network/config/wifi-scripts/files-ucode/usr/share/wifi_devices.json
index 5a38ca4b2f..29dbcef246 100644
--- a/package/network/config/wifi-scripts/files-ucode/usr/share/wifi_devices.json
+++ b/package/network/config/wifi-scripts/files-ucode/usr/share/wifi_devices.json
@@ -164,6 +164,7 @@
[ "0x168c", "0x003c", "0x19b6", "0xd03c", 0, 0, "Mikrotik", "R11e-5HacT" ],
[ "0x168c", "0x003c", "0x19b6", "0xd075", 0, 0, "Mikrotik", "R11e-5HacD" ],
[ "0x168c", "0x003e", "0x168c", "0x3361", 0, 0, "Qualcomm, Atheros", "QCA6174" ],
+ [ "0x168c", "0x0046", "0x168c", "0xcafe", 0, 0, "Qualcomm, Atheros", "QCA9984" ],
[ "0x168c", "0x0040", "0x168c", "0x0002", 0, 0, "Qualcomm, Atheros", "QCA9990" ],
[ "0x168c", "0x0046", "0x0777", "0xe535", 0, 0, "Qualcomm, Atheros", "QCA9994" ],
[ "0x168c", "0x0046", "0x0777", "0xe5a2", 0, 0, "Qualcomm, Atheros", "QCA9994" ],
More information about the lede-commits
mailing list