Home
last modified time | relevance | path

Searched refs:SPECTRAL_DISABLED (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/ !
H A Dspectral.c192 if (ar->spectral.mode == SPECTRAL_DISABLED) in ath10k_spectral_scan_trigger()
225 arvif->spectral_enabled = (mode != SPECTRAL_DISABLED); in ath10k_spectral_scan_config()
236 if (mode == SPECTRAL_DISABLED) in ath10k_spectral_scan_config()
286 case SPECTRAL_DISABLED: in read_file_spec_scan_ctl()
343 res = ath10k_spectral_scan_config(ar, SPECTRAL_DISABLED); in write_file_spec_scan_ctl()
504 ar->spectral.mode = SPECTRAL_DISABLED; in ath10k_spectral_start()
516 return ath10k_spectral_scan_config(arvif->ar, SPECTRAL_DISABLED); in ath10k_spectral_vif_stop()
H A Dspectral.h24 * @SPECTRAL_DISABLED: spectral mode is disabled
31 SPECTRAL_DISABLED = 0, enumerator
/linux/drivers/net/wireless/ath/ath9k/ !
H A Dcommon-spectral.h24 * @SPECTRAL_DISABLED: spectral mode is disabled
33 SPECTRAL_DISABLED = 0, enumerator
H A Drecv.c885 } else if (sc->spec_priv.spectral_mode != SPECTRAL_DISABLED && in ath9k_rx_skb_preprocess()