mbox series

pull-request: wireless-2024-07-04

Message ID 20240704111431.11DEDC3277B@smtp.kernel.org (mailing list archive)
State Accepted
Commit eec5969cc304636cda142993e9e2f419eae2304c
Headers show
Series pull-request: wireless-2024-07-04 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2024-07-04

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 856 this patch: 856
netdev/build_tools success Errors and warnings before: 0 this patch: 0
netdev/build_clang success Errors and warnings before: 860 this patch: 860
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: 869 this patch: 869
netdev/build_clang_rust success No Rust files in patch. Skipping build

Message

Kalle Valo July 4, 2024, 11:14 a.m. UTC
Hi,

here's a pull request to net tree, more info below. Please let me know if there
are any problems.

Kalle

The following changes since commit c40ff9b662d08c86b7a46067155a97af0074bb93:

  MAINTAINERS: wifi: update ath.git location (2024-06-26 20:35:30 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2024-07-04

for you to fetch changes up to 4130c67cd123a36c902cbe9ce5a2efbc33eb18c0:

  wifi: iwlwifi: mvm: check vif for NULL/ERR_PTR before dereference (2024-07-03 16:06:54 +0200)

----------------------------------------------------------------
wireless fixes for v6.10

Hopefully the last fixes for v6.10. Fix a regression in wilc1000 where
bitrate Information Elements longer than 255 bytes were broken.
Few fixes also to mac80211 and iwlwifi.

----------------------------------------------------------------
Daniel Gabay (1):
      wifi: iwlwifi: properly set WIPHY_FLAG_SUPPORTS_EXT_KEK_KCK

Emmanuel Grumbach (1):
      wifi: iwlwifi: mvm: don't wake up rx_sync_waitq upon RFKILL

Johannes Berg (2):
      wifi: mac80211: fix BSS_CHANGED_UNSOL_BCAST_PROBE_RESP
      wifi: iwlwifi: mvm: avoid link lookup in statistics

Jozef Hopko (1):
      wifi: wilc1000: fix ies_len type in connect path

Miri Korenblit (1):
      wifi: iwlwifi: mvm: check vif for NULL/ERR_PTR before dereference

 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 14 +++++++-------
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c      |  8 +++-----
 drivers/net/wireless/intel/iwlwifi/mvm/rx.c       | 15 +++++++--------
 drivers/net/wireless/microchip/wilc1000/hif.c     |  3 ++-
 include/net/mac80211.h                            |  2 +-
 5 files changed, 20 insertions(+), 22 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 4, 2024, 2:40 p.m. UTC | #1
Hello:

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

On Thu,  4 Jul 2024 11:14:30 +0000 (UTC) you wrote:
> Hi,
> 
> here's a pull request to net tree, more info below. Please let me know if there
> are any problems.
> 
> Kalle
> 
> [...]

Here is the summary with links:
  - pull-request: wireless-2024-07-04
    https://git.kernel.org/netdev/net/c/eec5969cc304

You are awesome, thank you!