mbox series

pull-request: wireless-2024-06-14

Message ID 20240614085710.24103-3-johannes@sipsolutions.net (mailing list archive)
State Accepted
Commit 1afe4a64379f65e7bd0c841e6ba7adf312b4c928
Headers show
Series pull-request: wireless-2024-06-14 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2024-06-14

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 859 this patch: 859
netdev/build_tools success No tools touched, skip
netdev/build_clang success Errors and warnings before: 863 this patch: 863
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 863 this patch: 863
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/contest fail net-next-2024-06-14--15-00 (tests: 653)

Message

Johannes Berg June 14, 2024, 8:56 a.m. UTC
Hi,

Here are a couple of fixes for net, including one for the
monitor mode regression you'd asked about.

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

Thanks,
johannes



The following changes since commit 819bda58e77bb67974f94dc1aa11b0556b6f6889:

  wifi: rtlwifi: Ignore IEEE80211_CONF_CHANGE_RETRY_LIMITS (2024-06-01 13:15:26 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2024-06-14

for you to fetch changes up to 0d9c2beed116e623ac30810d382bd67163650f98:

  wifi: mac80211: fix monitor channel with chanctx emulation (2024-06-14 09:14:08 +0200)

----------------------------------------------------------------
Various fixes:
 * cfg80211: wext scan
 * mac80211: monitor regression, scan counted_by, offload
 * iwlwifi: locking, 6 GHz scan, remain-on-channel

----------------------------------------------------------------
Ayala Beker (1):
      wifi: iwlwifi: scan: correctly check if PSC listen period is needed

Dmitry Antipov (1):
      wifi: cfg80211: wext: add extra SIOCSIWSCAN data check

Johannes Berg (2):
      wifi: cfg80211: wext: set ssids=NULL for passive scans
      wifi: mac80211: fix monitor channel with chanctx emulation

Kenton Groombridge (1):
      wifi: mac80211: Avoid address calculations via out of bounds array indexing

Remi Pommarel (1):
      wifi: mac80211: Recalc offload when monitor stop

Shaul Triebitz (2):
      wifi: iwlwifi: mvm: unlock mvm mutex
      wifi: iwlwifi: mvm: fix ROC version check

 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c  |  2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/scan.c      |  2 +-
 .../net/wireless/intel/iwlwifi/mvm/time-event.c    |  2 ++
 net/mac80211/driver-ops.c                          | 17 +++++++++++++++++
 net/mac80211/iface.c                               | 22 ++++++++++------------
 net/mac80211/scan.c                                | 17 +++++++++--------
 net/mac80211/util.c                                |  2 +-
 net/wireless/scan.c                                | 12 +++++++++---
 8 files changed, 50 insertions(+), 26 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 14, 2024, 5:10 p.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 14 Jun 2024 10:56:44 +0200 you wrote:
> Hi,
> 
> Here are a couple of fixes for net, including one for the
> monitor mode regression you'd asked about.
> 
> Please pull and let us know if there's any problem.
> 
> [...]

Here is the summary with links:
  - pull-request: wireless-2024-06-14
    https://git.kernel.org/netdev/net/c/1afe4a64379f

You are awesome, thank you!