]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'wireless-2023-06-14' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorJakub Kicinski <kuba@kernel.org>
Thu, 15 Jun 2023 04:28:59 +0000 (21:28 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 15 Jun 2023 04:28:59 +0000 (21:28 -0700)
commit37cec6ed8dc5f626ec08ec7c4e20d4dc65a95a46
treed83fc499f5c4b2589740f63a05befb73f484fba6
parentbef68e201e538eaa3a91f97aae8161eb2d0a8ed7
parentf1a0898b5d6a77d332d036da03bad6fa9770de5b
Merge tag 'wireless-2023-06-14' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless

Johannes Berg says:

====================
A couple of straggler fixes, mostly in the stack:
 - fix fragmentation for multi-link related elements
 - fix callback copy/paste error
 - fix multi-link locking
 - remove double-locking of wiphy mutex
 - transmit only on active links, not all
 - activate links in the correct order
 - don't remove links that weren't added
 - disable soft-IRQs for LQ lock in iwlwifi

* tag 'wireless-2023-06-14' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless:
  wifi: iwlwifi: mvm: spin_lock_bh() to fix lockdep regression
  wifi: mac80211: fragment per STA profile correctly
  wifi: mac80211: Use active_links instead of valid_links in Tx
  wifi: cfg80211: remove links only on AP
  wifi: mac80211: take lock before setting vif links
  wifi: cfg80211: fix link del callback to call correct handler
  wifi: mac80211: fix link activation settings order
  wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()
====================

Link: https://lore.kernel.org/r/20230614075502.11765-1-johannes@sipsolutions.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>