Lines Matching defs:common

137 	struct ath_common *common = ath9k_hw_common(spec_priv->ah);
173 ath_dbg(common, SPECTRAL_SCAN, "FFT HT20 frame: max mag 0x%X,"
180 ath_dbg(common, SPECTRAL_SCAN, "Magnitude mismatch !\n");
206 ath_dbg(common, SPECTRAL_SCAN,
212 ath_dbg(common, SPECTRAL_SCAN,
217 ath_dbg(common, SPECTRAL_SCAN,
241 struct ath_common *common = ath9k_hw_common(spec_priv->ah);
312 ath_dbg(common, SPECTRAL_SCAN, "FFT HT20/40 frame: lower mag 0x%X,"
327 ath_dbg(common, SPECTRAL_SCAN, "Magnitude mismatch !\n");
353 ath_dbg(common, SPECTRAL_SCAN,
359 ath_dbg(common, SPECTRAL_SCAN,
364 ath_dbg(common, SPECTRAL_SCAN,
382 ath_dbg(common, SPECTRAL_SCAN,
388 ath_dbg(common, SPECTRAL_SCAN,
393 ath_dbg(common, SPECTRAL_SCAN,
473 struct ath_common *common = ath9k_hw_common(spec_priv->ah);
474 struct ath_softc *sc = (struct ath_softc *)common->priv;
512 ath_dbg(common, SPECTRAL_SCAN, "FFT report ignored, no space "
517 chan_type = cfg80211_get_chandef_type(&common->hw->conf.chandef);
533 ath_dbg(common, SPECTRAL_SCAN, "Got radar dump bw_info: 0x%X,"
591 ath_dbg(common, SPECTRAL_SCAN,
612 ath_dbg(common, SPECTRAL_SCAN, "FFT frame len: %i\n",
678 ath_dbg(common, SPECTRAL_SCAN, "FFT report truncated"
714 void ath9k_cmn_spectral_scan_trigger(struct ath_common *common,
724 ath_err(common, "spectrum analyzer not implemented on this hardware\n");
731 ath_ps_ops(common)->wakeup(common);
742 ath9k_cmn_spectral_scan_config(common, spec_priv, spec_priv->spectral_mode);
744 ath_ps_ops(common)->restore(common);
748 int ath9k_cmn_spectral_scan_config(struct ath_common *common,
755 ath_err(common, "spectrum analyzer not implemented on this hardware\n");
779 ath_ps_ops(common)->wakeup(common);
781 ath_ps_ops(common)->restore(common);
794 struct ath_common *common = ath9k_hw_common(spec_priv->ah);
808 ath9k_cmn_spectral_scan_trigger(common, spec_priv);
810 ath9k_cmn_spectral_scan_config(common, spec_priv, SPECTRAL_BACKGROUND);
811 ath_dbg(common, CONFIG, "spectral scan: background mode enabled\n");
813 ath9k_cmn_spectral_scan_config(common, spec_priv, SPECTRAL_CHANSCAN);
814 ath_dbg(common, CONFIG, "spectral scan: channel scan mode enabled\n");
816 ath9k_cmn_spectral_scan_config(common, spec_priv, SPECTRAL_MANUAL);
817 ath_dbg(common, CONFIG, "spectral scan: manual mode enabled\n");
819 ath9k_cmn_spectral_scan_config(common, spec_priv, SPECTRAL_DISABLED);
820 ath_dbg(common, CONFIG, "spectral scan: disabled\n");