summaryrefslogtreecommitdiff
path: root/net/wifi-firmware-ath12k-kmod/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/wifi-firmware-ath12k-kmod/Makefile')
-rw-r--r--net/wifi-firmware-ath12k-kmod/Makefile24
1 files changed, 17 insertions, 7 deletions
diff --git a/net/wifi-firmware-ath12k-kmod/Makefile b/net/wifi-firmware-ath12k-kmod/Makefile
index 5aae94872338..281bf663793f 100644
--- a/net/wifi-firmware-ath12k-kmod/Makefile
+++ b/net/wifi-firmware-ath12k-kmod/Makefile
@@ -2,7 +2,7 @@ BASEDIR= ${.CURDIR}/../wifi-firmware-kmod
FWDRV= ath12k
FWSUBDIR= ath12k
-FWDRV_VERSION= 20240513
+FWDRV_VERSION= 20251125
# Yes, the license is the ath10k one; see WHENCE.
LICENSE_FILE= LICENSE.QualcommAtheros_ath10k
@@ -11,23 +11,33 @@ LICENSE_NAME= QCA firmware license (${FWDRV})
WHENCE_REGEX= ath12k -.*
# The flavor/firmware lists below are generated by a script
-# also helping to generate the fwget(8) definitions.
-# { sys/contrib/dev/athk/ath12k/zzz_fw_ports_fwget.sh }
+# found with the wifi-firmware-ath10k-kmod port.
### >>>
FWSUBS= \
+ qcn9274_hw20 \
wcn7850_hw20
-DISTFILES_wcn7850_hw20= \
+DISTFILES_qcn9274_hw20+= \
+ ${FWSUBDIR}/QCN9274/hw2.0/board-2.bin${DISTURL_SUFFIX} \
+ ${FWSUBDIR}/QCN9274/hw2.0/firmware-2.bin${DISTURL_SUFFIX}
+DISTFILES_qcn9274_hw20_lic+= \
+ ${FWSUBDIR}/QCN9274/hw2.0/Notice.txt${DISTURL_SUFFIX}
+DISTFILES_wcn7850_hw20+= \
${FWSUBDIR}/WCN7850/hw2.0/amss.bin${DISTURL_SUFFIX} \
${FWSUBDIR}/WCN7850/hw2.0/board-2.bin${DISTURL_SUFFIX} \
- ${FWSUBDIR}/WCN7850/hw2.0/m3.bin${DISTURL_SUFFIX}
-DISTFILES_wcn7850_hw20_lic= \
- ${FWSUBDIR}/WCN7850/hw2.0/Notice.txt${DISTURL_SUFFIX}
+ ${FWSUBDIR}/WCN7850/hw2.0/m3.bin${DISTURL_SUFFIX} \
+ ${FWSUBDIR}/WCN7850/hw2.0/ncm865/amss.bin${DISTURL_SUFFIX} \
+ ${FWSUBDIR}/WCN7850/hw2.0/ncm865/m3.bin${DISTURL_SUFFIX}
+DISTFILES_wcn7850_hw20_lic+= \
+ ${FWSUBDIR}/WCN7850/hw2.0/Notice.txt${DISTURL_SUFFIX} \
+ ${FWSUBDIR}/WCN7850/hw2.0/ncm865/Notice.txt${DISTURL_SUFFIX}
DISTFILES_${FWDRV}= \
+ ${DISTFILES_qcn9274_hw20} \
${DISTFILES_wcn7850_hw20}
DISTFILES_${FWDRV}_lic= \
+ ${DISTFILES_qcn9274_hw20_lic} \
${DISTFILES_wcn7850_hw20_lic}
### <<<