From nobody Sun Apr 19 15:50:34 2026 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fzCkg1c32z679Qy for ; Sun, 19 Apr 2026 15:50:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fzCkg013qz3FD2 for ; Sun, 19 Apr 2026 15:50:35 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776613835; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=HN/6GMhdTSbTmooXe0yDbaMw0u+nJCRjatyTWg7p1GY=; b=ocIf8b1xsbqOPypkh+UUSzed781+80dqmaANxbIdEHS9xSeJBBYzeX623v6H3XQtQdvuJH jILUCF7FZoj1MyBgoTztWdaflw44vsqTXqxqhCnLUuk9fkmT5OVrPSi+GAi2Enz7p9eM6c hAZ7FMSj2kjJTXlTcGAfQFm/nHOyNpfIxr7+ZtijhYfQXlXuhK1K9TSBJvJvd37twJN5mE eftAFEdS813iNby2DQSXYVXdMPLny6tELEgtyoJRv5o1UL9xf8wNwdb9arSJsy7l3cpqIJ QIX7PkruarbIXDzUnr3YoScp4Ol23QkJaJSGMvwDK25lrpDPGLCbbzrcjX2+MQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776613835; a=rsa-sha256; cv=none; b=a9RTD1o7FzNjT3OAS2XHpFw4bL++G//E/QvnLNTvRvllaep+l43vSlx8mTTEfRsjSyWp/x 71dPlOAFlZuU50jOV3bn8qETwW3VBTmjE6cIIAyKPgXmnVpYs7lH0rjx8djJfAmhwrNwY2 Fz0FCWLYeYDxOFb0tDolL4D5SvJCuEobRUYZps1T+hW4Lw0MSKXEpuo1T/uReNZm1kj9ea 6U+LsiOyqAgLaqZc4yU7s8IV2lS1sXqzSyfWERDux/TqKr1wptXiz6DrfEmfc2QXk3oYbr 0126dfy8PpDGcvZ4K9VfX0btYj1wSGeCvnEib0vLbOwPAfDpYtKipLUHzJScOQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776613835; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=HN/6GMhdTSbTmooXe0yDbaMw0u+nJCRjatyTWg7p1GY=; b=JQX1n4CJvL1YnC/BsTjOYKl0sne8LSc6T5+1GIYF8azPOP6eoE9l0GbYcYffScp3LWixJA Z1X4XOvrwMIuKdxnJer8cWHp9l6RpRlNcC+hrHWzWCwrTU7VVkprKVAK4EOeAFPjEQot9E GFoHdKPv7XRuzerY3N7mNOqGg1aJ880Fvwo0dyYxLcOab1OMtN+KFna9kbL8KYp8PfL2DU g2g/ek6cQAK440s1o9GDZkdhK5A2TbpeFet4zdVeKWmdkt3/TB9CdG+L7r4C7DpCMdtjwd p/pFLy6gdwQR6sbSF2xu4TQpdp9R3+9GCDA7GIn8kxwfRXGy8j4FLc/00TLWcQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fzCkf65zmz2DN for ; Sun, 19 Apr 2026 15:50:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 34150 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 19 Apr 2026 15:50:34 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Bjoern A. Zeeb Subject: git: 5cfadb663312 - main - ath12k: update module Makefiles for v7.0 driver version List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bz X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5cfadb6633128dccc32b1e4f84386ad705adc721 Auto-Submitted: auto-generated Date: Sun, 19 Apr 2026 15:50:34 +0000 Message-Id: <69e4f9ca.34150.2f90f689@gitrepo.freebsd.org> The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=5cfadb6633128dccc32b1e4f84386ad705adc721 commit 5cfadb6633128dccc32b1e4f84386ad705adc721 Author: Bjoern A. Zeeb AuthorDate: 2026-04-19 15:48:58 +0000 Commit: Bjoern A. Zeeb CommitDate: 2026-04-19 15:50:19 +0000 ath12k: update module Makefiles for v7.0 driver version Update LINUXKPI_VERSION to reflect that the driver is based on Linux v7.0. Handle the file changes and the extra wifi7/ subdirectory. Sponsored by: The FreeBSD Foundation MFC after: 3 days --- sys/modules/ath12k/Makefile | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/sys/modules/ath12k/Makefile b/sys/modules/ath12k/Makefile index 018504812995..ecca0bc3b409 100644 --- a/sys/modules/ath12k/Makefile +++ b/sys/modules/ath12k/Makefile @@ -13,13 +13,21 @@ ATH12K_TRACING= 0 KMOD= if_ath12k -SRCS+= core.c hal.c hal_tx.c hal_rx.c +SRCS+= core.c hal.c SRCS+= wmi.c mac.c reg.c htc.c qmi.c SRCS+= dp.c dp_tx.c dp_rx.c dp_mon.c debug.c -SRCS+= ce.c peer.c dbring.c hw.c fw.c p2p.c +SRCS+= ce.c peer.c dbring.c fw.c p2p.c +SRCS+= dp_htt.c dp_peer.c + +SRCS+= wifi7/ce.c wifi7/core.c +SRCS+= wifi7/dp.c wifi7/dp_mon.c wifi7/dp_rx.c wifi7/dp_tx.c +SRCS+= wifif/hal.c wifi7/hal_tx.c wifi7/hal_rx.c +SRCS+= wifi7/hal_qcc2072.c wifi7/hal_qcn9274.c wifi7/hal_wcn7850.c +SRCS+= wifi7/hw.c wifi7/wmi.c .if defined(ATH12K_PCI) && ${ATH12K_PCI} > 0 && ${KERN_OPTS:MDEV_PCI} SRCS+= mhi.c pci.c +SRCS+= wifi7/mhi.c wifi7/pci.c .else .error ath12k requires PCI support compiled in at this point .endif @@ -27,6 +35,7 @@ SRCS+= mhi.c pci.c .if defined(ATH12K_AHB) && ${ATH12K_AHB} > 0 CFLAGS+= -DCONFIG_ATH12K_AHB SRCS+= ahb.c +SRCS+= wifi7/ahb.c .endif .if defined(ATH12K_DEBUGFS) && ${ATH12K_DEBUGFS} > 0 CFLAGS+= -DCONFIG_ATH12K_DEBUGFS @@ -62,6 +71,6 @@ CFLAGS+= ${LINUXKPI_INCLUDES} CFLAGS+= -DCONFIG_ATH12K_DEBUG CFLAGS+= -DKBUILD_MODNAME='"ath12k"' -CFLAGS+= -DLINUXKPI_VERSION=61900 +CFLAGS+= -DLINUXKPI_VERSION=70000 .include