All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ath10k: implement fw stats for wmi-tlv
@ 2015-01-30  9:47 ` Michal Kazior
  0 siblings, 0 replies; 18+ messages in thread
From: Michal Kazior @ 2015-01-30  9:47 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, Michal Kazior

There are some slight differences in fw stats
(sic) in wmi-tlv.

Firmware has changed the querying scheme and no
longer requires the ping-pong to get all stats.
The patchset doesn't change this behaviour so with
wmi-tlv it's possible to see the following
warnings when reading fw stats:

 ath10k_pci 0000:00:06.0: received unsolicited stats update event

The logic in ath10k still produces correct results
so this is harmless.

I wonder how to deal with this in a sane way. An
`if (op_ver == WMI_TLV)` is a little bad but
having a new ar->fw_feature flag just for a debug
facility like this is a bit silly. Or we can just
drop the warning and leave a comment. Ideas?


Michal Kazior (4):
  ath10k: add vdev stats processing
  ath10k: change request stats command prototype
  ath10k: add more wmi fw stat defines
  ath10k: implement fw stats for wmi-tlv

 drivers/net/wireless/ath/ath10k/core.h    |  20 +++++
 drivers/net/wireless/ath/ath10k/debug.c   | 101 +++++++++++++++++++++++++-
 drivers/net/wireless/ath/ath10k/wmi-ops.h |   7 +-
 drivers/net/wireless/ath/ath10k/wmi-tlv.c | 117 ++++++++++++++++++++++++++++--
 drivers/net/wireless/ath/ath10k/wmi-tlv.h |   9 +++
 drivers/net/wireless/ath/ath10k/wmi.c     |   7 +-
 drivers/net/wireless/ath/ath10k/wmi.h     |  10 ++-
 7 files changed, 254 insertions(+), 17 deletions(-)

-- 
1.8.5.3


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2015-02-16  7:08 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-30  9:47 [PATCH 0/4] ath10k: implement fw stats for wmi-tlv Michal Kazior
2015-01-30  9:47 ` Michal Kazior
2015-01-30  9:47 ` [PATCH 1/4] ath10k: add vdev stats processing Michal Kazior
2015-01-30  9:47   ` Michal Kazior
2015-01-30  9:47 ` [PATCH 2/4] ath10k: change request stats command prototype Michal Kazior
2015-01-30  9:47   ` Michal Kazior
2015-01-30  9:47 ` [PATCH 3/4] ath10k: add more wmi fw stat defines Michal Kazior
2015-01-30  9:47   ` Michal Kazior
2015-01-30  9:47 ` [PATCH 4/4] ath10k: implement fw stats for wmi-tlv Michal Kazior
2015-01-30  9:47   ` Michal Kazior
2015-02-04  8:49 ` [PATCH 0/4] " Kalle Valo
2015-02-04  8:49   ` Kalle Valo
2015-02-05  9:21   ` Michal Kazior
2015-02-05  9:21     ` Michal Kazior
2015-02-15 15:15 ` Kalle Valo
2015-02-15 15:15   ` Kalle Valo
2015-02-16  7:08   ` Michal Kazior
2015-02-16  7:08     ` Michal Kazior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.