mbox series

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

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

Pull-request

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

Message

Johannes Berg June 5, 2025, 9:53 a.m. UTC
Hi,

So normally I wouldn't send fixes right now, but there
have already been reports about those iwlwifi issues,
so here we are.

If this somehow doesn't work out I can defer to after
-rc1 too though.

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

Thanks,
johannes



The following changes since commit 1b98f357dadd6ea613a435fbaef1a5dd7b35fd21:

  Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next (2025-05-28 15:24:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 787fe16b435668205fba19aaa7387972b7575991:

  Merge tag 'iwlwifi-fixes-2025-06-04' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next (2025-06-05 11:52:39 +0200)

----------------------------------------------------------------
Couple of quick fixes:
 - iwlwifi/iwlmld crash on certain error paths
 - iwlwifi/iwlmld regulatory data mixup
 - iwlwifi/iwlmld suspend/resume fix
 - iwlwifi MSI (without -X) fix
 - cfg80211/mac80211 S1G parsing fixes

----------------------------------------------------------------
Ilan Peer (1):
      wifi: iwlwifi: mld: Move regulatory domain initialization

Johannes Berg (2):
      wifi: iwlwifi: pcie: fix non-MSIX handshake register
      Merge tag 'iwlwifi-fixes-2025-06-04' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next

Lachlan Hodges (1):
      wifi: cfg80211/mac80211: correctly parse S1G beacon optional elements

Miri Korenblit (2):
      wifi: iwlwifi: mvm: fix assert on suspend
      wifi: iwlwifi: mld: avoid panic on init failure

 drivers/net/wireless/intel/iwlwifi/mld/fw.c        |  8 +--
 drivers/net/wireless/intel/iwlwifi/mld/mld.c       |  3 +-
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c  |  4 +-
 .../net/wireless/intel/iwlwifi/pcie/trans-gen2.c   |  2 +-
 include/linux/ieee80211.h                          | 79 +++++++++++++++++++---
 net/mac80211/mlme.c                                |  7 +-
 net/mac80211/scan.c                                | 11 ++-
 net/wireless/scan.c                                | 18 ++---
 8 files changed, 92 insertions(+), 40 deletions(-)