2019-11-19 07:22:55

by Yu Wang

[permalink] [raw]
Subject: [PATCH v2 0/2] ath10k: correct tx bitrate for QCA6174/QCA9377/QCA9888

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