Quantcast
Viewing all articles
Browse latest Browse all 2849

Testing And Unstable • Re: [SID - Unstable] SID gets 6.12.3 kernel, kernel module wl fails to build

Patched in the "+2" Dec. 4 update to the MX Linux version: https://mxrepo.com/mx/repo/pool/ahs-sta ... adcom-sta/

I don't have the hardware--could you test? I know the driver builds.

Code:

From 5575c6342f62f56b361480c97367b09c011bcc65 Mon Sep 17 00:00:00 2001From: =?UTF-8?q?Joan=20Bruguera=20Mic=C3=B3?= <joanbrugueram@gmail.com>Date: Thu, 3 Oct 2024 22:21:36 +0000Subject: [PATCH] Tentative patch for broadcom-wl 6.30.223.271 driver for Linux 6.12-rc2Just a trivial fix for 5f60d5f6bbc1 ("move asm/unaligned.h tolinux/unaligned.h").--- amd64/src/wl/sys/wl_linux.c | 4 ++++ 1 file changed, 4 insertions(+)diff --git a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.cindex e4614fb..5ddbc4d 100644--- a/amd64/src/wl/sys/wl_linux.c+++ b/amd64/src/wl/sys/wl_linux.c@@ -56,7 +56,11 @@ #include <asm/irq.h> #include <asm/pgtable.h> #include <asm/uaccess.h>+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 12, 0)+#include <linux/unaligned.h>+#else #include <asm/unaligned.h>+#endif  #include <proto/802.1d.h> -- 2.46.2

Statistics: Posted by stevepusser — 2024-12-13 21:51



Viewing all articles
Browse latest Browse all 2849

Trending Articles