Home
last modified time | relevance | path

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

/openbmc/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()
514 ar->spectral.mode = SPECTRAL_DISABLED; in ath10k_spectral_start()
526 return ath10k_spectral_scan_config(arvif->ar, SPECTRAL_DISABLED); in ath10k_spectral_vif_stop()
H A Dspectral.h31 SPECTRAL_DISABLED = 0, enumerator
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.h33 SPECTRAL_DISABLED = 0, enumerator
H A Dcommon-spectral.c697 case SPECTRAL_DISABLED: in read_file_spec_scan_ctl()
760 case SPECTRAL_DISABLED: in ath9k_cmn_spectral_scan_config()
819 ath9k_cmn_spectral_scan_config(common, spec_priv, SPECTRAL_DISABLED); in write_file_spec_scan_ctl()
H A Drecv.c885 } else if (sc->spec_priv.spectral_mode != SPECTRAL_DISABLED && in ath9k_rx_skb_preprocess()