Skip to content

Instantly share code, notes, and snippets.

@vejeta
Last active June 10, 2025 16:23
Show Gist options
  • Select an option

  • Save vejeta/a44e792f37811f7f6e47445b03760d87 to your computer and use it in GitHub Desktop.

Select an option

Save vejeta/a44e792f37811f7f6e47445b03760d87 to your computer and use it in GitHub Desktop.
Tentative fix for broadcom-sta-dkms 6.30.223.271-24 module for Linux 6.12.1
--- broadcom-sta-6.30.223.271/src/wl/sys/wl_linux.c
+++ b/src/wl/sys/wl_linux.c
59c59
< #include <asm/unaligned.h>
---
> #include <linux/unaligned.h>
@victoitor
Copy link

Just tried it with the following and it worked. Currently kernel 6.12.27.

PATCH_MATCH="^(6\.12\.[0-9]+)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment