Skip to content

Commit 80336b7

Browse files
authored
Merge pull request #333 from Realzhq/6.18
FROMGIT: wifi: ath11k: Add single shot/periodic CFR capture support
2 parents 6b42e14 + 3cf1875 commit 80336b7

15 files changed

Lines changed: 1854 additions & 24 deletions

File tree

drivers/net/wireless/ath/ath11k/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,14 @@ config ATH11K_SPECTRAL
5858
Enable ath11k spectral scan support
5959

6060
Say Y to enable access to the FFT/spectral data via debugfs.
61+
62+
config ATH11K_CFR
63+
bool "ath11k channel frequency response support"
64+
depends on ATH11K_DEBUGFS
65+
depends on RELAY
66+
help
67+
Enable ath11k channel frequency response dump support.
68+
This option exposes debugfs nodes that will allow the user
69+
to enable, disable, and dump data.
70+
71+
Say Y to enable CFR data dump collection via debugfs.

drivers/net/wireless/ath/ath11k/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ ath11k-$(CONFIG_THERMAL) += thermal.o
2828
ath11k-$(CONFIG_ATH11K_SPECTRAL) += spectral.o
2929
ath11k-$(CONFIG_PM) += wow.o
3030
ath11k-$(CONFIG_DEV_COREDUMP) += coredump.o
31+
ath11k-$(CONFIG_ATH11K_CFR) += cfr.o
3132

3233
obj-$(CONFIG_ATH11K_AHB) += ath11k_ahb.o
3334
ath11k_ahb-y += ahb.o

0 commit comments

Comments
 (0)