From: Anilkumar Kolli <ako...@qti.qualcomm.com>

Add tx stats supoort for QCA988X.
Parse peer stats from pktlog packets and update the tx rate
information per STA.
This way user space can query about transmit rate with iw.

V2:
  - Added  patch ath10k: remove MAC80211_DEBUGFS dependency on 
ath10k_sta_statistics
  - No other changes
 
Anilkumar Kolli (3):
  ath10k: remove MAC80211_DEBUGFS dependency on ath10k_sta_statistics
  ath10k: move pktlog_filter out of ath10k_debug
  ath10k: add per peer tx stats support for 10.2.4

 drivers/net/wireless/ath/ath10k/core.h        |    4 +-
 drivers/net/wireless/ath/ath10k/debug.c       |   16 +++----
 drivers/net/wireless/ath/ath10k/debug.h       |   21 +++++++--
 drivers/net/wireless/ath/ath10k/debugfs_sta.c |   27 -----------
 drivers/net/wireless/ath/ath10k/htt.h         |   17 +++++++
 drivers/net/wireless/ath/ath10k/htt_rx.c      |   60 +++++++++++++++++++++++++
 drivers/net/wireless/ath/ath10k/mac.c         |   40 ++++++++++++++++-
 7 files changed, 143 insertions(+), 42 deletions(-)

-- 
1.7.9.5

Reply via email to