git: 4546eb0c27f2 - main - athk_common / ath10k: update module Makefiles for v7.0 driver version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Apr 2026 15:13:04 UTC
The branch main has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=4546eb0c27f22236be8179616e1f0a3e88ddfbbe
commit 4546eb0c27f22236be8179616e1f0a3e88ddfbbe
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-19 15:12:15 +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
MFC after: 3 days
---
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>