All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-6.2 0/3] wifi: brcmfmac: regression fixes
@ 2023-01-03 12:41 Arend van Spriel
  2023-01-03 12:41 ` [PATCH for-6.2 1/3] wifi: brcmfmac: avoid handling disabled channels for survey dump Arend van Spriel
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Arend van Spriel @ 2023-01-03 12:41 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, Arend van Spriel

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

Stefan Wahren reported a minor issue where the kernel log was filled
with error messages at regular interval. This happens in new functionality
added in 6.2 merge window. Found a potential NULL-deref which will happen
when device does not have 5GHz band. The last patch is really a cosmetic
one for wireless-next, but I added it here for reference. I can resend that
later when the other patches are distributed into wireless-next whenever that
happens.

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

Arend van Spriel (3):
  wifi: brcmfmac: avoid handling disabled channels for survey dump
  wifi: brcmfmac: avoid NULL-deref in survey dump for 2G only device
  wifi: brcmfmac: change cfg80211_set_channel() name and signature

 .../broadcom/brcm80211/brcmfmac/cfg80211.c    | 42 +++++++++----------
 1 file changed, 20 insertions(+), 22 deletions(-)

--
2.32.0


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

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

end of thread, other threads:[~2023-02-13 16:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-03 12:41 [PATCH for-6.2 0/3] wifi: brcmfmac: regression fixes Arend van Spriel
2023-01-03 12:41 ` [PATCH for-6.2 1/3] wifi: brcmfmac: avoid handling disabled channels for survey dump Arend van Spriel
2023-01-03 19:15   ` Stefan Wahren
2023-01-03 19:44     ` Arend van Spriel
2023-01-16 11:26   ` Kalle Valo
2023-01-03 12:41 ` [PATCH for-6.2 2/3] wifi: brcmfmac: avoid NULL-deref in survey dump for 2G only device Arend van Spriel
2023-01-03 13:36   ` Arend van Spriel
2023-01-03 12:41 ` [PATCH for-6.2 3/3] wifi: brcmfmac: change cfg80211_set_channel() name and signature Arend van Spriel
2023-01-09 15:50   ` Kalle Valo
2023-01-09 17:38     ` Arend Van Spriel
2023-02-13 16:54   ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.