Lines Matching refs:entry_ofdm
158 const struct ani_ofdm_level_entry *entry_ofdm; in ath9k_hw_set_ofdm_nil() local
174 entry_ofdm = &ofdm_level_table[aniState->ofdmNoiseImmunityLevel]; in ath9k_hw_set_ofdm_nil()
177 if (aniState->spurImmunityLevel != entry_ofdm->spur_immunity_level) in ath9k_hw_set_ofdm_nil()
180 entry_ofdm->spur_immunity_level); in ath9k_hw_set_ofdm_nil()
182 if (aniState->firstepLevel != entry_ofdm->fir_step_level && in ath9k_hw_set_ofdm_nil()
183 entry_ofdm->fir_step_level >= entry_cck->fir_step_level) in ath9k_hw_set_ofdm_nil()
186 entry_ofdm->fir_step_level); in ath9k_hw_set_ofdm_nil()
188 weak_sig = entry_ofdm->ofdm_weak_signal_on; in ath9k_hw_set_ofdm_nil()
243 const struct ani_ofdm_level_entry *entry_ofdm; in ath9k_hw_set_cck_nil() local
262 entry_ofdm = &ofdm_level_table[aniState->ofdmNoiseImmunityLevel]; in ath9k_hw_set_cck_nil()
266 entry_cck->fir_step_level >= entry_ofdm->fir_step_level) in ath9k_hw_set_cck_nil()