-
-
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 IPQ5018
Add ability to download and package ath11k firmware for IPQ5018. While at it, add support for packaging BDFs for IPQ5018-based boards and update iwinfo to recognize IPQ5018 wifi. Signed-off-by: George Moussalem <george.moussalem@outlook.com>
- Loading branch information
1 parent
645da8c
commit 0113d57
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/001-devices-add-Qualcomm-Atheros-IPQ5018-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 | ||
@@ -252,6 +252,7 @@ | ||
"qca,qca9550-wmac" 0 0 "Qualcomm Atheros" "QCA9550" | ||
"qca,qca9560-wmac" 0 0 "Qualcomm Atheros" "QCA9560" | ||
"qcom,ipq4019-wifi" 0 0 "Qualcomm Atheros" "IPQ4019" | ||
+"qcom,ipq5018-wifi" 0 0 "Qualcomm Atheros" "IPQ5018" | ||
"qcom,ipq6018-wifi" 0 0 "Qualcomm Atheros" "IPQ6018" | ||
"qcom,ipq8074-wifi" 0 0 "Qualcomm Atheros" "IPQ8074" | ||
"mediatek,mt7622-wmac" 0 0 "MediaTek" "MT7622" |