Projects
Essentials
broadcom-wl
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 17
View file
broadcom-wl.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Aug 17 09:55:44 UTC 2022 - manfred.h@gmx.net + +- Add broadcom-wl.linux-6.0.patch as Patch21 + +------------------------------------------------------------------- Tue Apr 5 14:40:42 UTC 2022 - manfred.h@gmx.net - Add broadcom-wl.linux-5.18.patch as Patch20; this is based on
View file
broadcom-wl.spec
Changed
@@ -51,6 +51,7 @@ Patch18: broadcom-wl.linux-5.9.patch Patch19: broadcom-wl.linux-5.17.patch Patch20: broadcom-wl.linux-5.18.patch +Patch21: broadcom-wl.linux-6.0.patch %if %{defined kernel_module_package_buildreqs} BuildRequires: %{kernel_module_package_buildreqs} %endif
View file
broadcom-wl.linux-6.0.patch
Added
@@ -0,0 +1,17 @@ +diff -rup broadcom-wl-6.30.223.271.orig/src/wl/sys/wl_cfg80211_hybrid.c broadcom-wl-6.30.223.271/src/wl/sys/wl_cfg80211_hybrid.c +--- broadcom-wl-6.30.223.271.orig/src/wl/sys/wl_cfg80211_hybrid.c 2022-08-17 11:49:55.841743721 +0200 ++++ broadcom-wl-6.30.223.271/src/wl/sys/wl_cfg80211_hybrid.c 2022-08-17 11:54:23.729750995 +0200 +@@ -2360,8 +2360,13 @@ wl_bss_roaming_done(struct wl_cfg80211_p + #else + { + struct cfg80211_roam_info r = { ++#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 0, 0) + .channel = &wl->conf->channel, + .bssid = (u8 *)&wl->bssid, ++#else ++ .links0.channel = &wl->conf->channel, ++ .links0.bssid = (u8 *)&wl->bssid, ++#endif + .req_ie = conn_info->req_ie, + .req_ie_len = conn_info->req_ie_len, + .resp_ie = conn_info->resp_ie,
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
.