ATH10K Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: <c_traja@qti.qualcomm.com>
To: ath10k@lists.infradead.org
Cc: Tamizh chelvam <c_traja@qti.qualcomm.com>,
	linux-wireless@vger.kernel.org
Subject: [PATCH 0/2 v2] ath10k: print firwmare stats specific to firmware version
Date: Wed, 14 Oct 2015 14:22:31 +0530	[thread overview]
Message-ID: <1444812751-11103-1-git-send-email-c_traja@qti.qualcomm.com> (raw)

From: Tamizh chelvam <c_traja@qti.qualcomm.com>

Currently printing fw stats in ath10k is common to all firmware versions.
Printing all the stats might lead to confusion because some of the stats
are firmware specific and when printed will have 0's.
Below patchset prints firmware stats specific to firmware.

v2:
        > All the filtered functions moved to wmi.c
        > Added firmware stats support for 10.4 firmware.

Manikanta (2):
  ath10k: Make fw stats prints specific to firmware version
  ath10k: add fw_stats support to 10.4 firmware

 drivers/net/wireless/ath/ath10k/core.h    |   12 +
 drivers/net/wireless/ath/ath10k/debug.c   |  267 +------------
 drivers/net/wireless/ath/ath10k/debug.h   |    3 +
 drivers/net/wireless/ath/ath10k/wmi-ops.h |   13 +
 drivers/net/wireless/ath/ath10k/wmi-tlv.c |    1 +
 drivers/net/wireless/ath/ath10k/wmi.c     |  588 +++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath10k/wmi.h     |  144 +++++++
 7 files changed, 769 insertions(+), 259 deletions(-)

-- 
1.7.9.5


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

             reply	other threads:[~2015-10-14  8:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-14  8:52 c_traja [this message]
2015-10-19 14:42 ` [PATCH 0/2 v2] ath10k: print firwmare stats specific to firmware version Kalle Valo
2015-10-20  3:49   ` Raja, Tamizh Chelvam

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=1444812751-11103-1-git-send-email-c_traja@qti.qualcomm.com \
    --to=c_traja@qti.qualcomm.com \
    --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