public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH ath-pending 0/3] Support to request pdev, vdev and beacon stats
@ 2025-01-24 18:53 Ramya Gnanasekar
  2025-01-24 18:53 ` [PATCH 1/3] wifi: ath12k: Request vdev stats from firmware Ramya Gnanasekar
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Ramya Gnanasekar @ 2025-01-24 18:53 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, Ramya Gnanasekar

PDEV, VDEV and beacon stats will be maintained in firmware by
stats module. These stats can be requested by host through
WMI cmd on demand and can be used for debugging.

This patch creates debugfs file for each stats which sends
request to firmware upon read and print the corresponding information.

ath12k
`-- pci-0000:06:00.0
    |-- mac0
        `-- fw_stats
            |-- beacon_stats
            `-- pdev_stats
            `-- vdev_stats

Ramya Gnanasekar (3):
  wifi: ath12k: Request vdev stats from firmware
  wifi: ath12k: Request beacon stats from firmware
  wifi: ath12k: Request pdev stats from firmware

 drivers/net/wireless/ath/ath12k/core.h    |  89 ++++
 drivers/net/wireless/ath/ath12k/debugfs.c | 380 ++++++++++++++++-
 drivers/net/wireless/ath/ath12k/debugfs.h |  13 +-
 drivers/net/wireless/ath/ath12k/wmi.c     | 482 ++++++++++++++++++++++
 drivers/net/wireless/ath/ath12k/wmi.h     |  77 ++++
 5 files changed, 1039 insertions(+), 2 deletions(-)


base-commit: 74557cbe44f8186f8e97443be258293479eddc8e
-- 
2.34.1



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

end of thread, other threads:[~2025-01-26 18:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-24 18:53 [PATCH ath-pending 0/3] Support to request pdev, vdev and beacon stats Ramya Gnanasekar
2025-01-24 18:53 ` [PATCH 1/3] wifi: ath12k: Request vdev stats from firmware Ramya Gnanasekar
2025-01-25  5:23   ` Aditya Kumar Singh
2025-01-24 18:53 ` [PATCH 2/3] wifi: ath12k: Request beacon " Ramya Gnanasekar
2025-01-25  5:25   ` Aditya Kumar Singh
2025-01-24 18:53 ` [PATCH 3/3] wifi: ath12k: Request pdev " Ramya Gnanasekar
2025-01-25  5:27   ` Aditya Kumar Singh
2025-01-26 18:45 ` [PATCH ath-pending 0/3] Support to request pdev, vdev and beacon stats Jeff Johnson

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