Projects
Essentials
broadcom-wl
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 26
View file
broadcom-wl.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Sun Jun 29 17:00:47 UTC 2025 - Manfred Hollstein <manfred.h@gmx.net> + +- Add broadcom-wl.linux-6.16.patch + +------------------------------------------------------------------- Fri Apr 18 07:36:47 UTC 2025 - Stephan Hemeier <Sauerlandlinux@gmx.de> - Add broadcom-wl.linux-6.15.patch
View file
broadcom-wl.spec
Changed
@@ -64,6 +64,7 @@ Patch27: broadcom-wl.linux-6.13.patch Patch28: broadcom-wl.linux-6.14.patch Patch29: broadcom-wl.linux-6.15.patch +Patch30: broadcom-wl.linux-6.16.patch %if %{defined kernel_module_package_buildreqs} BuildRequires: %{kernel_module_package_buildreqs}
View file
broadcom-wl.linux-6.16.patch
Added
@@ -0,0 +1,14 @@ +diff -rup a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.c +--- a/src/wl/sys/wl_linux.c 2025-06-29 18:57:17.868945385 +0200 ++++ b/src/wl/sys/wl_linux.c 2025-06-29 18:59:20.584240961 +0200 +@@ -2364,7 +2364,9 @@ wl_timer( + #endif + ) { + wl_timer_t *t = +-#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0) ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 16, 0) ++ timer_container_of(t, tl, timer); ++#elif LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0) + from_timer(t, tl, timer); + #else + (wl_timer_t *)data;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.