-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ath11k-firmware: add wifi firmware for QCN6122
Add ability to download and package ath11k firmware for QCN6122. While at it, add support for packaging BDFs for QCN6122 wifi and update iwinfo to recognize QCN6122 wifi. Signed-off-by: George Moussalem <george.moussalem@outlook.com>
- Loading branch information
1 parent
42b0627
commit 5763112
Showing
3 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...work/utils/iwinfo/patches/002-devices-add-Qualcomm-Atheros-QCN6122-WiSoC-compatible.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- a/devices.txt | ||
+++ b/devices.txt | ||
@@ -255,6 +255,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/6122" | ||
"mediatek,mt7622-wmac" 0 0 "MediaTek" "MT7622" | ||
"mediatek,mt7628-wmac" 0 0 "MediaTek" "MT7628" | ||
"mediatek,mt7981-wmac" 0 0 "MediaTek" "MT7981" |