Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH v4 0/2] add per-VDEV FW statistics
@ 2013-09-03  8:21 Bartosz Markowski
  2013-09-03  8:21 ` [PATCH v4 1/2] ath10k: update wal_dbg_tx_stats structure with missing parameter Bartosz Markowski
  2013-09-03  8:21 ` [PATCH v4 2/2] ath10k: implement per-VDEV FW statistics Bartosz Markowski
  0 siblings, 2 replies; 4+ messages in thread
From: Bartosz Markowski @ 2013-09-03  8:21 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, Bartosz Markowski

FW 1.0.0.716 brings per-VDEV statistics. This patch-set implements
debugfs mechanism to fetch them. There's still few more fileds we
can read from the FW stats event, which are not covered here.
Let's bring them in the future.

Changes:

V2:
* introduce wmi_peer_stats_common struct
* fetch and print peer RX rates
* break up wmi_peer_stats_common update into separate patch

V3:
* rebase
* fix sparse endianness warnings

V4:
* rebase
* document the wal_dbg_tx_stats changes
* refactor wmi_peer_stats_common/v1/v2 handling

Bartosz Markowski (2):
  ath10k: update wal_dbg_tx_stats structure with missing parameter.
  ath10k: implement per-VDEV FW statistics

 drivers/net/wireless/ath/ath10k/core.h  |   27 ++++++++++
 drivers/net/wireless/ath/ath10k/debug.c |   70 +++++++++++++++++++++---
 drivers/net/wireless/ath/ath10k/wmi.c   |    4 +-
 drivers/net/wireless/ath/ath10k/wmi.h   |   90 ++++++++++++++++++++++++++-----
 4 files changed, 170 insertions(+), 21 deletions(-)

-- 
1.7.10


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

end of thread, other threads:[~2013-09-06  9:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03  8:21 [PATCH v4 0/2] add per-VDEV FW statistics Bartosz Markowski
2013-09-03  8:21 ` [PATCH v4 1/2] ath10k: update wal_dbg_tx_stats structure with missing parameter Bartosz Markowski
2013-09-03  8:21 ` [PATCH v4 2/2] ath10k: implement per-VDEV FW statistics Bartosz Markowski
2013-09-06  9:48   ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox