mbox series

[0/8] ath11k: first round of post-bringup patches

Message ID 0101016ea36bbb6a-f2383214-ab5a-461b-8b8e-ab608b983ea0-000000@us-west-2.amazonses.com (mailing list archive)
Headers show
Series ath11k: first round of post-bringup patches | expand

Message

Kalle Valo Nov. 25, 2019, 4:36 p.m. UTC
Here's first of round of ath11k patches from ath11k-post-bringup
branch[1] which got queued while ath11k was in review. Major features
here are HE and TWT support.

Please review.

Kalle

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


John Crispin (6):
  ath11k: add RX stats support for radiotap
  ath11k: ignore event 0x6017
  ath11k: convert message from info to dbg
  ath11k: add HE support
  ath11k: add TWT support
  ath11k: add spatial reuse support

Tamizh chelvam (2):
  ath11k: fix missed bw conversion in tx completion
  ath11k: Remove dead code while handling amsdu packets

 drivers/net/wireless/ath/ath11k/core.h        |   2 +
 drivers/net/wireless/ath/ath11k/debugfs_sta.c |   2 +-
 drivers/net/wireless/ath/ath11k/dp_rx.c       |  51 ++---
 drivers/net/wireless/ath/ath11k/mac.c         | 309 +++++++++++++++++++++++++-
 drivers/net/wireless/ath/ath11k/mac.h         |   1 +
 drivers/net/wireless/ath/ath11k/reg.c         |   1 +
 drivers/net/wireless/ath/ath11k/wmi.c         | 133 ++++++++++-
 drivers/net/wireless/ath/ath11k/wmi.h         | 105 ++++++++-
 8 files changed, 558 insertions(+), 46 deletions(-)