mbox series

[00/10] ath11k: third round of post-bringup patches

Message ID 0101016ead315f92-3756bcba-c277-43b3-813a-4cb731dc2241-000000@us-west-2.amazonses.com (mailing list archive)
Headers show
Series ath11k: third round of post-bringup patches | expand

Message

Kalle Valo Nov. 27, 2019, 2:08 p.m. UTC
Here's third round of ath11k patches from ath11k-post-bringup
branch[1] which got queued while ath11k was in review.

Major features here are support for controlling tx power per station
and fixing tracing.

Please review.

Kalle

[1] https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/log/?h=ath11k-post-bringup


Anilkumar Kolli (4):
  ath11k: tracing: fix ath11k tracing
  ath11k: qmi clean up ce and HTC service config update
  ath11k: qmi clean up in ath11k_qmi_wlanfw_wlan_cfg_send()
  ath11k: pktlog: fix sending/using the pdev id

Govindaraj Saminathan (1):
  ath11k: unlock mutex during failure in qmi fw ready

Karthikeyan Periyasamy (2):
  ath11k: avoid burst time conversion logic
  ath11k: avoid use_after_free in ath11k_dp_rx_msdu_coalesce API

Maharaja Kennadyrajan (1):
  ath11k: add support for controlling tx power to a station

Sriram R (1):
  ath11k: add necessary peer assoc params in wmi dbg

Venkateswara Naralasetty (1):
  ath11k: update bawindow size in delba process

 drivers/net/wireless/ath/ath11k/ahb.c   |  9 +++----
 drivers/net/wireless/ath/ath11k/ce.h    |  9 +++++--
 drivers/net/wireless/ath/ath11k/core.c  |  1 +
 drivers/net/wireless/ath/ath11k/debug.h |  3 +++
 drivers/net/wireless/ath/ath11k/dp_rx.c | 46 +++++++++++++++++++++------------
 drivers/net/wireless/ath/ath11k/mac.c   | 44 ++++++++++++++++++++++++++-----
 drivers/net/wireless/ath/ath11k/qmi.c   | 28 ++++++++++----------
 drivers/net/wireless/ath/ath11k/qmi.h   |  4 +--
 drivers/net/wireless/ath/ath11k/trace.h |  3 +++
 drivers/net/wireless/ath/ath11k/wmi.c   | 19 ++++++++++----
 10 files changed, 114 insertions(+), 52 deletions(-)