mbox series

pull-request: ath-next-20240909

Message ID 13914e4d-92d4-4ccd-a7d5-86c5a17426e8@quicinc.com
State New
Headers show
Series pull-request: ath-next-20240909 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git tags/ath-next-20240909

Message

Jeff Johnson Sept. 9, 2024, 3:12 p.m. UTC
The following changes since commit ae98f5c9fd8ba84cd408b41faa77e65bf1b4cdfa:

  Merge tag 'ath-next-20240812' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath (2024-08-13 12:58:32 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git tags/ath-next-20240909

for you to fetch changes up to 02f454f9aa6255d99611d6a4e37edd08812878df:

  wifi: ath12k: Avoid -Wflex-array-member-not-at-end warnings (2024-09-05 19:20:21 +0300)

----------------------------------------------------------------
ath.git patches for v6.12

This is once again a fairly light pull request since ath12k is still
working on MLO-related changes, and the other drivers are mostly in
maintenance mode.

ath12k

* Fix a frame-larger-than warning seen with debug builds
* Fix flex-array-member-not-at-end warnings

ath11k

* Fix flex-array-member-not-at-end warnings

ath9k

* Fix a syzbot-reported issue on USB-based devices

----------------------------------------------------------------
Gustavo A. R. Silva (2):
      wifi: ath11k: Avoid -Wflex-array-member-not-at-end warnings
      wifi: ath12k: Avoid -Wflex-array-member-not-at-end warnings

Miaoqing Pan (1):
      wifi: ath12k: fix the stack frame size warning in ath12k_mac_op_hw_scan

Toke Høiland-Jørgensen (1):
      wifi: ath9k_htc: Use __skb_set_length() for resetting urb before resubmit

 drivers/net/wireless/ath/ath11k/core.h   |  8 ++++-
 drivers/net/wireless/ath/ath11k/dp.h     | 23 --------------
 drivers/net/wireless/ath/ath12k/core.h   |  8 ++++-
 drivers/net/wireless/ath/ath12k/dp.h     | 12 -------
 drivers/net/wireless/ath/ath12k/mac.c    | 54 ++++++++++++++++++--------------
 drivers/net/wireless/ath/ath9k/hif_usb.c |  6 ++--
 6 files changed, 46 insertions(+), 65 deletions(-)