From: Kalle Valo Date: Mon, 15 Jun 2020 17:18:39 +0000 (+0300) Subject: Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git X-Git-Tag: v5.10.7~1943^2~187^2~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5f58a0b1ebf7a6a13fcda3911b8d3794763f693;p=platform%2Fkernel%2Flinux-rpi.git Merge ath-next from git://git./linux/kernel/git/kvalo/ath.git ath.git patches for v5.9. Major changes: ath11k * add 6G band support * add spectral scan support --- f5f58a0b1ebf7a6a13fcda3911b8d3794763f693 diff --cc drivers/net/wireless/ath/ath11k/Kconfig index 7acb42e,093a755..88a9735 --- a/drivers/net/wireless/ath/ath11k/Kconfig +++ b/drivers/net/wireless/ath/ath11k/Kconfig @@@ -32,5 -32,14 +32,14 @@@ config ATH11K_DEBUGF config ATH11K_TRACING bool "ath11k tracing support" depends on ATH11K && EVENT_TRACING - ---help--- + help Select this to use ath11k tracing infrastructure. + + config ATH11K_SPECTRAL + bool "QCA ath11k spectral scan support" + depends on ATH11K_DEBUGFS + depends on RELAY + help + Enable ath11k spectral scan support + + Say Y to enable access to the FFT/spectral data via debugfs.