mbox series

pull-request: ath-current-20240812

Message ID 7c3b295d-3d5e-40ee-ac33-c92669f29d51@quicinc.com (mailing list archive)
State Accepted
Commit e37a9184f27084b891d3617723b9410f8fcaff99
Delegated to: Kalle Valo
Headers show
Series pull-request: ath-current-20240812 | expand

Pull-request

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

Message

Jeff Johnson Aug. 12, 2024, 3:07 p.m. UTC
The following changes since commit de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed:

  Linux 6.11-rc2 (2024-08-04 13:50:53 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 38055789d15155109b41602ad719d770af507030:

  wifi: ath12k: use 128 bytes aligned iova in transmit path for WCN7850
(2024-08-05 12:28:07 +0300)

----------------------------------------------------------------
ath.git patch for v6.11

We have a single patch for the next 6.11-rc which introduces a
workaround to ath12k which addresses a WCN7850 hardware issue that
prevents proper operation with unaligned transmit buffers.

----------------------------------------------------------------
Baochen Qiang (1):
      wifi: ath12k: use 128 bytes aligned iova in transmit path for WCN7850

 drivers/net/wireless/ath/ath12k/dp_tx.c | 72 +++++++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath12k/hw.c    |  6 +++
 drivers/net/wireless/ath/ath12k/hw.h    |  4 ++
 drivers/net/wireless/ath/ath12k/mac.c   |  1 +
 4 files changed, 83 insertions(+)

Comments

Kalle Valo Aug. 13, 2024, 9:51 a.m. UTC | #1
Jeff Johnson <quic_jjohnson@quicinc.com> wrote:

> The following changes since commit de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed:
> 
>   Linux 6.11-rc2 (2024-08-04 13:50:53 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git
> tags/ath-current-20240812
> 
> for you to fetch changes up to 38055789d15155109b41602ad719d770af507030:
> 
>   wifi: ath12k: use 128 bytes aligned iova in transmit path for WCN7850
> (2024-08-05 12:28:07 +0300)
> 
> ----------------------------------------------------------------
> ath.git patch for v6.11
> 
> We have a single patch for the next 6.11-rc which introduces a
> workaround to ath12k which addresses a WCN7850 hardware issue that
> prevents proper operation with unaligned transmit buffers.
> 
> ----------------------------------------------------------------
> Baochen Qiang (1):
>       wifi: ath12k: use 128 bytes aligned iova in transmit path for WCN7850
> 
>  drivers/net/wireless/ath/ath12k/dp_tx.c | 72 +++++++++++++++++++++++++++++++++
>  drivers/net/wireless/ath/ath12k/hw.c    |  6 +++
>  drivers/net/wireless/ath/ath12k/hw.h    |  4 ++
>  drivers/net/wireless/ath/ath12k/mac.c   |  1 +
>  4 files changed, 83 insertions(+)

Pulled, thanks.

e37a9184f270 Merge tag 'ath-current-20240812' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath