All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ath11k: Change htt stats display logic
@ 2021-09-13 22:31 ` Jouni Malinen
  0 siblings, 0 replies; 14+ messages in thread
From: Jouni Malinen @ 2021-09-13 22:31 UTC (permalink / raw)
  To: Kalle Valo; +Cc: ath11k, linux-wireless, Seevalamuthu Mariappan

From: Seevalamuthu Mariappan <seevalam@codeaurora.org>

This patchsets modified htt stats display logic by removing
all temporary array usage to avoid stats truncation.

Seevalamuthu Mariappan (4):
  ath11k: Rename macro ARRAY_TO_STRING to PRINT_ARRAY_TO_BUF
  ath11k: Replace HTT_DBG_OUT with scnprintf
  ath11k: Remove htt stats fixed size array usage
  ath11k: Change masking and shifting in htt stats

Venkateswara Naralasetty (1):
  ath11k: add HTT stats support for new stats

 drivers/net/wireless/ath/ath11k/debugfs.h     |    4 +
 .../wireless/ath/ath11k/debugfs_htt_stats.c   | 4344 +++++++++--------
 .../wireless/ath/ath11k/debugfs_htt_stats.h   |  226 +
 drivers/net/wireless/ath/ath11k/debugfs_sta.c |    8 +-
 drivers/net/wireless/ath/ath11k/dp.h          |    7 +
 5 files changed, 2463 insertions(+), 2126 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-09-28 13:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13 22:31 [PATCH 0/5] ath11k: Change htt stats display logic Jouni Malinen
2021-09-13 22:31 ` Jouni Malinen
2021-09-13 22:31 ` [PATCH 1/5] ath11k: Rename macro ARRAY_TO_STRING to PRINT_ARRAY_TO_BUF Jouni Malinen
2021-09-13 22:31   ` Jouni Malinen
2021-09-28 13:53   ` Kalle Valo
2021-09-28 13:53   ` Kalle Valo
2021-09-13 22:31 ` [PATCH 2/5] ath11k: Replace HTT_DBG_OUT with scnprintf Jouni Malinen
2021-09-13 22:31   ` Jouni Malinen
2021-09-13 22:31 ` [PATCH 3/5] ath11k: Remove htt stats fixed size array usage Jouni Malinen
2021-09-13 22:31   ` Jouni Malinen
2021-09-13 22:31 ` [PATCH 4/5] ath11k: Change masking and shifting in htt stats Jouni Malinen
2021-09-13 22:31   ` Jouni Malinen
2021-09-13 22:31 ` [PATCH 5/5] ath11k: add HTT stats support for new stats Jouni Malinen
2021-09-13 22:31   ` Jouni Malinen

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.