git: e38e480251d0 - stable/15 - athk_common / ath10k: update module Makefiles for v7.0 driver version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Apr 2026 21:09:15 UTC
The branch stable/15 has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=e38e480251d09792e90d86107f000ef0b282627e
commit e38e480251d09792e90d86107f000ef0b282627e
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2026-04-19 15:12:15 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2026-04-22 20:57:14 +0000
athk_common / ath10k: update module Makefiles for v7.0 driver version
Update LINUXKPI_VERSION to reflect that the driver is based on
Linux v7.0.
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 4546eb0c27f22236be8179616e1f0a3e88ddfbbe)
---
sys/modules/ath10k/Makefile | 2 +-
sys/modules/athk_common/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys/modules/ath10k/Makefile b/sys/modules/ath10k/Makefile
index 2ffa8532ff47..b28df768c3d5 100644
--- a/sys/modules/ath10k/Makefile
+++ b/sys/modules/ath10k/Makefile
@@ -65,6 +65,6 @@ CFLAGS+= ${LINUXKPI_INCLUDES}
#CFLAGS+= -DCONFIG_THERMAL
CFLAGS+= -DKBUILD_MODNAME='"ath10k"'
-CFLAGS+= -DLINUXKPI_VERSION=61900
+CFLAGS+= -DLINUXKPI_VERSION=70000
.include <bsd.kmod.mk>
diff --git a/sys/modules/athk_common/Makefile b/sys/modules/athk_common/Makefile
index d058d19cbe80..579ae7474891 100644
--- a/sys/modules/athk_common/Makefile
+++ b/sys/modules/athk_common/Makefile
@@ -31,6 +31,6 @@ CFLAGS+= ${LINUXKPI_INCLUDES}
#CFLAGS+= -ferror-limit=0
CFLAGS+= -DKBUILD_MODNAME='"athk_common"'
-CFLAGS+= -DLINUXKPI_VERSION=61900
+CFLAGS+= -DLINUXKPI_VERSION=70000
.include <bsd.kmod.mk>