linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ath10k: correct tx bitrate for QCA6174/QCA9377/QCA9888
@ 2019-11-12 11:45 Yu Wang
  2019-11-12 11:45 ` [PATCH 1/2] ath10k: add ppdu stats support for QCA6174/QCA9377 Yu Wang
  2019-11-12 11:45 ` [PATCH 2/2] ath10k: correct legacy rate in tx stats Yu Wang
  0 siblings, 2 replies; 4+ messages in thread
From: Yu Wang @ 2019-11-12 11:45 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless

Tx bitrate got by command 'iw wlan0 link' is incorrect.
These 2 patches will fix the issue.

Yu Wang (2):
  ath10k: add ppdu stats support for QCA6174/QCA9377
  ath10k: correct legacy rate in tx stats

 drivers/net/wireless/ath/ath10k/htt.c     |   2 +
 drivers/net/wireless/ath/ath10k/htt.h     |  30 ++++++++
 drivers/net/wireless/ath/ath10k/htt_rx.c  | 113 ++++++++++++++++++++++--------
 drivers/net/wireless/ath/ath10k/mac.c     |  13 ----
 drivers/net/wireless/ath/ath10k/mac.h     |  11 +++
 drivers/net/wireless/ath/ath10k/wmi-ops.h |  15 +++-
 drivers/net/wireless/ath/ath10k/wmi-tlv.c |  42 +++++++++++
 drivers/net/wireless/ath/ath10k/wmi-tlv.h |   3 +
 drivers/net/wireless/ath/ath10k/wmi.c     |  46 ++++++++++++
 9 files changed, 232 insertions(+), 43 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-11-12 18:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-12 11:45 [PATCH 0/2] ath10k: correct tx bitrate for QCA6174/QCA9377/QCA9888 Yu Wang
2019-11-12 11:45 ` [PATCH 1/2] ath10k: add ppdu stats support for QCA6174/QCA9377 Yu Wang
2019-11-12 11:45 ` [PATCH 2/2] ath10k: correct legacy rate in tx stats Yu Wang
2019-11-12 18:14   ` Peter Oh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).