public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] wifi: brcmfmac: per-vendor changes and SAE offload support
@ 2024-01-01  8:44 Arend van Spriel
  2024-01-01  8:44 ` [PATCH 1/4] wifi: brcmfmac: export firmware interface functions Arend van Spriel
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Arend van Spriel @ 2024-01-01  8:44 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, Arend van Spriel

[-- Attachment #1: Type: text/plain, Size: 1341 bytes --]

This series builds around the patch from Hector Martin which enables
SAE offload for WCC vendor devices like the BCM4378.

Other patches involve exposing firmware interface layer functions to
per-vendor modules and allowing per-vendor feature detection or override.

This series applies to the main branch of the wireless-next repository.

Arend van Spriel (3):
  wifi: brcmfmac: export firmware interface functions
  wifi: brcmfmac: add per-vendor feature detection callback
  wifi: brcmfmac: move feature overrides before feature_disable

Hector Martin (1):
  wifi: brcmfmac: cfg80211: Use WSEC to set SAE password

 .../broadcom/brcm80211/brcmfmac/bca/core.c    |   8 ++
 .../broadcom/brcm80211/brcmfmac/cfg80211.c    |  58 ++++----
 .../broadcom/brcm80211/brcmfmac/cfg80211.h    |   2 +
 .../broadcom/brcm80211/brcmfmac/core.c        |   2 +-
 .../broadcom/brcm80211/brcmfmac/cyw/core.c    |  28 ++++
 .../broadcom/brcm80211/brcmfmac/feature.c     |  11 +-
 .../broadcom/brcm80211/brcmfmac/fwil.c        | 116 ++--------------
 .../broadcom/brcm80211/brcmfmac/fwil.h        | 127 +++++++++++++++---
 .../broadcom/brcm80211/brcmfmac/fwil_types.h  |   2 +-
 .../broadcom/brcm80211/brcmfmac/fwvid.h       |  25 ++++
 .../broadcom/brcm80211/brcmfmac/wcc/core.c    |   9 ++
 12 files changed, 224 insertions(+), 167 deletions(-)

-- 
2.32.0


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4219 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-01-02 17:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-01  8:44 [PATCH 0/4] wifi: brcmfmac: per-vendor changes and SAE offload support Arend van Spriel
2024-01-01  8:44 ` [PATCH 1/4] wifi: brcmfmac: export firmware interface functions Arend van Spriel
2024-01-02  1:37   ` kernel test robot
2024-01-02  3:31   ` kernel test robot
2024-01-02 17:37     ` Arend Van Spriel
2024-01-01  8:44 ` [PATCH 2/4] wifi: brcmfmac: add per-vendor feature detection callback Arend van Spriel
2024-01-01  8:44 ` [PATCH 3/4] wifi: brcmfmac: move feature overrides before feature_disable Arend van Spriel
2024-01-01  8:44 ` [PATCH 4/4] wifi: brcmfmac: cfg80211: Use WSEC to set SAE password 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