mbox series

[GIT,PULL] wireless-2025-05-06

Message ID 20250506203506.158818-3-johannes@sipsolutions.net
State New
Headers show
Series [GIT,PULL] wireless-2025-05-06 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2025-05-06

Message

Johannes Berg May 6, 2025, 8:33 p.m. UTC
Hi,

Couple more fixes, that's probably all for 6.15, I don't
really see anything more coming. Never say never though,
I guess.

The whole device ID management in iwlwifi is in a bit of
a rework right now for -next, so there will be conflicts.
I'm trying to get as much of that resolved in my tree,
but with this new commit we'll have to see where it'll
need to be resolved.

Please pull and let us know if there's any problem.

Thanks,
johannes



The following changes since commit 30763f1adf69233fcfdc836370f69056a1be9d27:

  Merge tag 'wireless-2025-04-24' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless (2025-04-24 11:10:57 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2025-05-06

for you to fetch changes up to ebedf8b7f05b9c886d68d63025db8d1b12343157:

  wifi: iwlwifi: add support for Killer on MTL (2025-05-06 21:50:19 +0200)

----------------------------------------------------------------
Couple of fixes:
 * iwlwifi: add two missing device entries
 * cfg80211: fix a potential out-of-bounds access
 * mac80211: fix format of TID to link mapping action frames

----------------------------------------------------------------
Johannes Berg (1):
      wifi: iwlwifi: add support for Killer on MTL

Michael-CY Lee (1):
      wifi: mac80211: fix the type of status_code for negotiated TID to Link Mapping

Veerendranath Jakkam (1):
      wifi: cfg80211: fix out-of-bounds access during multi-link element defragmentation

 drivers/net/wireless/intel/iwlwifi/pcie/drv.c |  2 ++
 include/linux/ieee80211.h                     |  2 +-
 net/mac80211/mlme.c                           | 12 ++++++------
 net/wireless/scan.c                           |  2 +-
 4 files changed, 10 insertions(+), 8 deletions(-)