[PATCH 0/2 v2] ath10k: print firwmare stats specific to firmware version

c_traja at qti.qualcomm.com c_traja at qti.qualcomm.com
Wed Oct 14 01:52:31 PDT 2015


From: Tamizh chelvam <c_traja at 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




More information about the ath10k mailing list