mbox series

[0/2] wifi: ath12k: Add initial debugfs support in ath12k

Message ID 20240320171305.655288-1-quic_rgnanase@quicinc.com
Headers show
Series wifi: ath12k: Add initial debugfs support in ath12k | expand

Message

Ramya Gnanasekar March 20, 2024, 5:13 p.m. UTC
The initial debugfs infra support in ath12k driver and create the
ath12k debugfs and soc-specific directories in /sys/kernel/debug/

Add support to simulate RADAR interference through debugfs 

ath12k
`-- pci-0000:06:00.0
    |-- mac0
        `-- dfs_simulate_radar

Ramasamy Kaliappan (1):
  wifi: ath12k: Add initial debugfs support in ath12k

Ramya Gnanasekar (1):
  wifi: ath12k: Add radar simulation debugfs support

 drivers/net/wireless/ath/ath12k/Kconfig   |  9 +++
 drivers/net/wireless/ath/ath12k/Makefile  |  1 +
 drivers/net/wireless/ath/ath12k/core.c    |  5 ++
 drivers/net/wireless/ath/ath12k/core.h    | 10 +++
 drivers/net/wireless/ath/ath12k/debugfs.c | 89 +++++++++++++++++++++++
 drivers/net/wireless/ath/ath12k/debugfs.h | 30 ++++++++
 drivers/net/wireless/ath/ath12k/mac.c     |  3 +
 7 files changed, 147 insertions(+)
 create mode 100644 drivers/net/wireless/ath/ath12k/debugfs.c
 create mode 100644 drivers/net/wireless/ath/ath12k/debugfs.h