[PATCH 0/2] wifi: ath12k: Add initial debugfs support in ath12k
Ramya Gnanasekar
quic_rgnanase at quicinc.com
Wed Mar 20 10:13:03 PDT 2024
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
--
2.17.1
More information about the ath12k
mailing list