mbox series

pull-request: ath-current-20240531

Message ID 87ttidvrup.fsf@kernel.org
State New
Headers show
Series pull-request: ath-current-20240531 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git tags/ath-current-20240531

Message

Kalle Valo May 31, 2024, 5 p.m. UTC
Hi,

Please pull, more information in the tag below.

Kalle

The following changes since commit 1d60eabb82694e58543e2b6366dae3e7465892a5:

  wifi: mwl8k: initialize cmd->addr[] properly (2024-05-07 15:08:14 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git tags/ath-current-20240531

for you to fetch changes up to 6e16782d6b4a724f9c9dcd49471219643593b60c:

  wifi: ath11k: move power type check to ASSOC stage when connecting to 6 GHz AP (2024-05-23 15:45:52 +0300)

----------------------------------------------------------------
Merge ath-current from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git

ath.git fixes for 6.10. Two fixes for user reported regressions in
ath11k. One dependency fix and one error path fix.

----------------------------------------------------------------
Baochen Qiang (1):
      wifi: ath11k: move power type check to ASSOC stage when connecting to 6 GHz AP

Breno Leitao (1):
      wifi: ath11k: Fix error path in ath11k_pcic_ext_irq_config

Carl Huang (1):
      wifi: ath11k: fix WCN6750 firmware crash caused by 17 num_vdevs

Dmitry Baryshkov (1):
      wifi: ath10k: fix QCOM_RPROC_COMMON dependency

 drivers/net/wireless/ath/ath10k/Kconfig |  1 +
 drivers/net/wireless/ath/ath11k/core.c  |  2 +-
 drivers/net/wireless/ath/ath11k/mac.c   | 38 ++++++++++++++++++++++-----------
 drivers/net/wireless/ath/ath11k/pcic.c  | 25 +++++++++++++++-------
 4 files changed, 44 insertions(+), 22 deletions(-)