Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2026 21:09:09 +0000
From:      Bjoern A. Zeeb <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 47263c162d31 - stable/15 - rtw89: update module Makefile for v7.0 driver version
Message-ID:  <69e938f5.304fc.18ba1025@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=47263c162d315eeabedd2a7aeb3b54c62515a765

commit 47263c162d315eeabedd2a7aeb3b54c62515a765
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2026-04-18 20:50:30 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2026-04-22 20:57:12 +0000

    rtw89: update module Makefile 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 3780e6f9db01cc4f7d53d67ed1fc992a8f64c53f)
---
 sys/modules/rtw89/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/modules/rtw89/Makefile b/sys/modules/rtw89/Makefile
index cb7c3ece7065..b7f8dc7a2c6e 100644
--- a/sys/modules/rtw89/Makefile
+++ b/sys/modules/rtw89/Makefile
@@ -83,6 +83,6 @@ CFLAGS+=	${LINUXKPI_INCLUDES}
 #CFLAGS+=	-ferror-limit=0 -fmacro-backtrace-limit=0
 
 CFLAGS+=	-DKBUILD_MODNAME='"rtw89"'
-CFLAGS+=	-DLINUXKPI_VERSION=61900
+CFLAGS+=	-DLINUXKPI_VERSION=70000
 
 .include <bsd.kmod.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e938f5.304fc.18ba1025>