Searched refs:ath9k_cmn_spectral_scan_config (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | common-spectral.c | 761 ath9k_cmn_spectral_scan_config(common, spec_priv, spec_priv->spectral_mode); in ath9k_cmn_spectral_scan_trigger() 767 int ath9k_cmn_spectral_scan_config(struct ath_common *common, in ath9k_cmn_spectral_scan_config() function 806 EXPORT_SYMBOL(ath9k_cmn_spectral_scan_config); 829 ath9k_cmn_spectral_scan_config(common, spec_priv, SPECTRAL_BACKGROUND); in write_file_spec_scan_ctl() 832 ath9k_cmn_spectral_scan_config(common, spec_priv, SPECTRAL_CHANSCAN); in write_file_spec_scan_ctl() 835 ath9k_cmn_spectral_scan_config(common, spec_priv, SPECTRAL_MANUAL); in write_file_spec_scan_ctl() 838 ath9k_cmn_spectral_scan_config(common, spec_priv, SPECTRAL_DISABLED); in write_file_spec_scan_ctl()
|
D | common-spectral.h | 160 int ath9k_cmn_spectral_scan_config(struct ath_common *common,
|