Linux wireless drivers development
 help / color / mirror / Atom feed
From: <akolli@qti.qualcomm.com>
To: <ath10k@lists.infradead.org>
Cc: <linux-wireless@vger.kernel.org>, <akolli@codeaurora.org>,
	Anilkumar Kolli <akolli@qti.qualcomm.com>
Subject: [PATCHv2 0/3] ath10k: tx stats for 10.2.4
Date: Tue, 5 Dec 2017 19:01:22 +0530	[thread overview]
Message-ID: <1512480685-28471-1-git-send-email-akolli@qti.qualcomm.com> (raw)

From: Anilkumar Kolli <akolli@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	other threads:[~2017-12-05 13:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-05 13:31 akolli [this message]
2017-12-05 13:31 ` [PATCHv2 1/3] ath10k: remove MAC80211_DEBUGFS dependency on ath10k_sta_statistics akolli
2017-12-14 15:27   ` [PATCHv2, " Kalle Valo
2017-12-05 13:31 ` [PATCHv2 2/3] ath10k: move pktlog_filter out of ath10k_debug akolli
2017-12-05 13:31 ` [PATCHv2 3/3] ath10k: add per peer tx stats support for 10.2.4 akolli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1512480685-28471-1-git-send-email-akolli@qti.qualcomm.com \
    --to=akolli@qti.qualcomm.com \
    --cc=akolli@codeaurora.org \
    --cc=ath10k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox