* [PATCH 0/3] wifi: brcmfmac: few fixes and per-vendor event handling
@ 2024-01-06 10:23 Arend van Spriel
2024-01-06 10:25 ` Arend van Spriel
0 siblings, 1 reply; 2+ messages in thread
From: Arend van Spriel @ 2024-01-06 10:23 UTC (permalink / raw)
To: Kalle Valo; +Cc: linux-wireless, Arend van Spriel
[-- Attachment #1: Type: text/plain, Size: 1774 bytes --]
This series modifies a patch from Hector about unnecessary error messages
and fixing an invalid list delete operation when loading vendor-specific
module fails. Main reason for the series is to provide a way to deal with
vendor differences in firmware event handling code.
This series applies to the main branch of the wireless-next repository
and depends on the series "wifi: brcmfmac: per-vendor changes and SAE
offload support" [1]
[1] https://patchwork.kernel.org/project/linux-wireless/list/?series=814040
Arend van Spriel (2):
wifi: brcmfmac: avoid invalid list operation when vendor attach fails
wifi: brcmfmac: allow per-vendor event handling
Hector Martin (1):
wifi: brcmfmac: Demote vendor-specific attach/detach messages to info
.../broadcom/brcm80211/brcmfmac/bca/core.c | 28 ++--
.../broadcom/brcm80211/brcmfmac/common.c | 18 +-
.../broadcom/brcm80211/brcmfmac/core.c | 10 +-
.../broadcom/brcm80211/brcmfmac/core.h | 2 +-
.../broadcom/brcm80211/brcmfmac/cyw/core.c | 28 ++--
.../broadcom/brcm80211/brcmfmac/debug.c | 3 +-
.../broadcom/brcm80211/brcmfmac/fweh.c | 154 +++++++++++++-----
.../broadcom/brcm80211/brcmfmac/fweh.h | 60 +++++--
.../broadcom/brcm80211/brcmfmac/fwvid.c | 13 +-
.../broadcom/brcm80211/brcmfmac/fwvid.h | 35 ++--
.../broadcom/brcm80211/brcmfmac/wcc/core.c | 30 ++--
11 files changed, 251 insertions(+), 130 deletions(-)
base-commit: 3aca362a4c1411ec11ff04f81b6cdf2359fee962
prerequisite-patch-id: 07d7f285f968a81572bc924e3530ebf95cb712d8
prerequisite-patch-id: 93c3909d52ce4af68f02283dee0d05566e2c4431
prerequisite-patch-id: 3e66331245f31c0ef6b29890be6c466ced5feaec
prerequisite-patch-id: eea6e0bc55f8908a9c17cfc6ca009b40122a4677
--
2.32.0
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4219 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 0/3] wifi: brcmfmac: few fixes and per-vendor event handling
2024-01-06 10:23 [PATCH 0/3] wifi: brcmfmac: few fixes and per-vendor event handling Arend van Spriel
@ 2024-01-06 10:25 ` Arend van Spriel
0 siblings, 0 replies; 2+ messages in thread
From: Arend van Spriel @ 2024-01-06 10:25 UTC (permalink / raw)
To: Kalle Valo; +Cc: linux-wireless
[-- Attachment #1: Type: text/plain, Size: 2091 bytes --]
On 1/6/2024 11:23 AM, Arend van Spriel wrote:
> This series modifies a patch from Hector about unnecessary error messages
> and fixing an invalid list delete operation when loading vendor-specific
> module fails. Main reason for the series is to provide a way to deal with
> vendor differences in firmware event handling code.
I was in doubt whether the fixes should go to wireless repository, but I
suspect the merge window is around the corner so decided to post it for
wireless-next.
Regards,
Arend
> This series applies to the main branch of the wireless-next repository
> and depends on the series "wifi: brcmfmac: per-vendor changes and SAE
> offload support" [1]
>
> [1] https://patchwork.kernel.org/project/linux-wireless/list/?series=814040
>
> Arend van Spriel (2):
> wifi: brcmfmac: avoid invalid list operation when vendor attach fails
> wifi: brcmfmac: allow per-vendor event handling
>
> Hector Martin (1):
> wifi: brcmfmac: Demote vendor-specific attach/detach messages to info
>
> .../broadcom/brcm80211/brcmfmac/bca/core.c | 28 ++--
> .../broadcom/brcm80211/brcmfmac/common.c | 18 +-
> .../broadcom/brcm80211/brcmfmac/core.c | 10 +-
> .../broadcom/brcm80211/brcmfmac/core.h | 2 +-
> .../broadcom/brcm80211/brcmfmac/cyw/core.c | 28 ++--
> .../broadcom/brcm80211/brcmfmac/debug.c | 3 +-
> .../broadcom/brcm80211/brcmfmac/fweh.c | 154 +++++++++++++-----
> .../broadcom/brcm80211/brcmfmac/fweh.h | 60 +++++--
> .../broadcom/brcm80211/brcmfmac/fwvid.c | 13 +-
> .../broadcom/brcm80211/brcmfmac/fwvid.h | 35 ++--
> .../broadcom/brcm80211/brcmfmac/wcc/core.c | 30 ++--
> 11 files changed, 251 insertions(+), 130 deletions(-)
>
>
> base-commit: 3aca362a4c1411ec11ff04f81b6cdf2359fee962
> prerequisite-patch-id: 07d7f285f968a81572bc924e3530ebf95cb712d8
> prerequisite-patch-id: 93c3909d52ce4af68f02283dee0d05566e2c4431
> prerequisite-patch-id: 3e66331245f31c0ef6b29890be6c466ced5feaec
> prerequisite-patch-id: eea6e0bc55f8908a9c17cfc6ca009b40122a4677
> --
> 2.32.0
>
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4219 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-06 10:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-06 10:23 [PATCH 0/3] wifi: brcmfmac: few fixes and per-vendor event handling Arend van Spriel
2024-01-06 10:25 ` Arend van Spriel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).