Home
last modified time | relevance | path

Searched refs:spectral (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dspectral.c165 /* if there already is a vif doing spectral, return that. */ in ath11k_spectral_get_vdev()
185 if (ar->spectral.mode == ATH11K_SPECTRAL_DISABLED) in ath11k_spectral_scan_trigger()
218 spin_lock_bh(&ar->spectral.lock); in ath11k_spectral_scan_config()
219 ar->spectral.mode = mode; in ath11k_spectral_scan_config()
220 spin_unlock_bh(&ar->spectral.lock); in ath11k_spectral_scan_config()
226 ath11k_warn(ar->ab, "failed to enable spectral scan: %d\n", ret); in ath11k_spectral_scan_config()
236 count = max_t(u16, 1, ar->spectral.count); in ath11k_spectral_scan_config()
240 param.scan_fft_size = ar->spectral.fft_size; in ath11k_spectral_scan_config()
260 ath11k_warn(ar->ab, "failed to configure spectral scan: %d\n", ret); in ath11k_spectral_scan_config()
277 spectral_mode = ar->spectral in ath11k_read_file_spec_scan_ctl()
[all...]
H A DMakefile25 ath11k-$(CONFIG_ATH11K_SPECTRAL) += spectral.o
H A Dcore.h25 #include "spectral.h"
558 struct ath11k_spectral spectral; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dspectral.c16 #define ATH11K_SPECTRAL_MAX_IB_BINS(x) ((x)->hw_params.spectral.max_fft_bins >> 1)
164 /* if there already is a vif doing spectral, return that. */ in ath11k_spectral_get_vdev()
184 if (ar->spectral.mode == ATH11K_SPECTRAL_DISABLED) in ath11k_spectral_scan_trigger()
187 ar->spectral.is_primary = true; in ath11k_spectral_scan_trigger()
219 spin_lock_bh(&ar->spectral.lock); in ath11k_spectral_scan_config()
220 ar->spectral.mode = mode; in ath11k_spectral_scan_config()
221 spin_unlock_bh(&ar->spectral.lock); in ath11k_spectral_scan_config()
227 ath11k_warn(ar->ab, "failed to enable spectral scan: %d\n", ret); in ath11k_spectral_scan_config()
237 count = max_t(u16, 1, ar->spectral.count); in ath11k_spectral_scan_config()
241 param.scan_fft_size = ar->spectral in ath11k_spectral_scan_config()
[all...]
H A DMakefile26 ath11k-$(CONFIG_ATH11K_SPECTRAL) += spectral.o
H A Dcore.c69 .spectral = {
154 .spectral = {
237 .spectral = {
321 .spectral = {
404 .spectral = {
488 .spectral = {
572 .spectral = {
640 .spectral = {
1480 ath11k_err(ab, "failed to init spectral %d\n", ret); in ath11k_core_pdev_create()
H A Dhw.h182 } spectral; member
H A Dcore.h30 #include "spectral.h"
721 struct ath11k_spectral spectral; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dspectral.c16 if (!ar->spectral.rfs_chan_spec_scan) in send_fft_sample()
21 relay_write(ar->spectral.rfs_chan_spec_scan, fft_sample_tlv, length); in send_fft_sample()
149 /* DC value (value in the middle) is the blind spot of the spectral in ath10k_spectral_process_fft()
170 /* if there already is a vif doing spectral, return that. */ in ath10k_get_spectral_vdev()
192 if (ar->spectral.mode == SPECTRAL_DISABLED) in ath10k_spectral_scan_trigger()
226 ar->spectral.mode = mode; in ath10k_spectral_scan_config()
232 ath10k_warn(ar, "failed to enable spectral scan: %d\n", res); in ath10k_spectral_scan_config()
242 count = max_t(u8, 1, ar->spectral.config.count); in ath10k_spectral_scan_config()
248 arg.scan_fft_size = ar->spectral.config.fft_size; in ath10k_spectral_scan_config()
266 ath10k_warn(ar, "failed to configure spectral sca in ath10k_spectral_scan_config()
[all...]
H A DMakefile18 ath10k_core-$(CONFIG_ATH10K_SPECTRAL) += spectral.o
H A Dcore.h26 #include "spectral.h"
1214 /* relay(fs) channel for spectral scan */
1220 } spectral; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dspectral.c16 if (!ar->spectral.rfs_chan_spec_scan) in send_fft_sample()
21 relay_write(ar->spectral.rfs_chan_spec_scan, fft_sample_tlv, length); in send_fft_sample()
149 /* DC value (value in the middle) is the blind spot of the spectral in ath10k_spectral_process_fft()
170 /* if there already is a vif doing spectral, return that. */ in ath10k_get_spectral_vdev()
192 if (ar->spectral.mode == SPECTRAL_DISABLED) in ath10k_spectral_scan_trigger()
226 ar->spectral.mode = mode; in ath10k_spectral_scan_config()
232 ath10k_warn(ar, "failed to enable spectral scan: %d\n", res); in ath10k_spectral_scan_config()
242 count = max_t(u8, 1, ar->spectral.config.count); in ath10k_spectral_scan_config()
248 arg.scan_fft_size = ar->spectral.config.fft_size; in ath10k_spectral_scan_config()
266 ath10k_warn(ar, "failed to configure spectral sca in ath10k_spectral_scan_config()
[all...]
H A DMakefile18 ath10k_core-$(CONFIG_ATH10K_SPECTRAL) += spectral.o
H A Dcore.h26 #include "spectral.h"
1233 /* relay(fs) channel for spectral scan */
1239 } spectral; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A DMakefile66 ath9k_common-$(CONFIG_ATH9K_COMMON_SPECTRAL) += common-spectral.o
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A DMakefile66 ath9k_common-$(CONFIG_ATH9K_COMMON_SPECTRAL) += common-spectral.o

Completed in 18 milliseconds