All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ath10k: correct tx bitrate for QCA6174/QCA9377/QCA9888
@ 2019-11-19  0:20 root
  2019-11-19  0:20   ` root
  0 siblings, 1 reply; 20+ messages in thread
From: root @ 2019-11-19  0:20 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless

From: Yu Wang <yyuwang@codeaurora.org>

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

Changes from v1:
[PATCH v2] ath10k: correct legacy rate in tx stats
Remove wmi ops for getting legacy rate, instead, update the ratecode got from
PPDU stats, to align with the existing tx rate processing.

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  | 146 +++++++++++++++++++++++++++++-
 drivers/net/wireless/ath/ath10k/mac.c     |   2 +-
 drivers/net/wireless/ath/ath10k/mac.h     |   1 +
 drivers/net/wireless/ath/ath10k/wmi-tlv.c |   4 +
 drivers/net/wireless/ath/ath10k/wmi-tlv.h |   3 +
 7 files changed, 186 insertions(+), 2 deletions(-)

-- 
2.7.4


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

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

end of thread, other threads:[~2020-04-14  8:53 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1574147982-3956-1-git-send-email-yyuwang@codeaurora.org>
2019-11-19  7:19 ` [PATCH v2 2/2] ath10k: correct legacy rate in tx stats Yu Wang
2020-03-24 14:35   ` Kalle Valo
2020-03-24 14:35     ` Kalle Valo
2020-03-24 14:40   ` Kalle Valo
2020-03-24 14:40     ` Kalle Valo
2020-04-09 14:13     ` Kalle Valo
2020-04-09 14:13       ` Kalle Valo
2019-11-19  7:19 ` [PATCH v2 1/2] ath10k: add ppdu stats support for QCA6174/QCA9377 Yu Wang
2020-04-07  5:27   ` Kalle Valo
2020-04-07  5:27   ` Kalle Valo
2019-11-19  7:19 ` Yu Wang
2019-11-19  7:19 ` [PATCH v2 2/2] ath10k: correct legacy rate in tx stats Yu Wang
2020-04-09 14:21   ` Kalle Valo
2020-04-14  5:32     ` Yu Wang
2020-04-14  5:32       ` Yu Wang
2020-04-14  8:53       ` Tom Psyborg
2020-04-14  8:53         ` Tom Psyborg
2020-04-09 14:21   ` Kalle Valo
2019-11-19  0:20 [PATCH v2 0/2] ath10k: correct tx bitrate for QCA6174/QCA9377/QCA9888 root
2019-11-19  0:20 ` [PATCH v2 2/2] ath10k: correct legacy rate in tx stats root
2019-11-19  0:20   ` root

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.