Searched refs:entry_ofdm (Results 1 – 1 of 1) sorted by relevance
154 const struct ani_ofdm_level_entry *entry_ofdm; in ath9k_hw_set_ofdm_nil() local170 entry_ofdm = &ofdm_level_table[aniState->ofdmNoiseImmunityLevel]; in ath9k_hw_set_ofdm_nil()173 if (aniState->spurImmunityLevel != entry_ofdm->spur_immunity_level) in ath9k_hw_set_ofdm_nil()176 entry_ofdm->spur_immunity_level); in ath9k_hw_set_ofdm_nil()178 if (aniState->firstepLevel != entry_ofdm->fir_step_level && in ath9k_hw_set_ofdm_nil()179 entry_ofdm->fir_step_level >= entry_cck->fir_step_level) in ath9k_hw_set_ofdm_nil()182 entry_ofdm->fir_step_level); in ath9k_hw_set_ofdm_nil()184 weak_sig = entry_ofdm->ofdm_weak_signal_on; in ath9k_hw_set_ofdm_nil()234 const struct ani_ofdm_level_entry *entry_ofdm; in ath9k_hw_set_cck_nil() local253 entry_ofdm = &ofdm_level_table[aniState->ofdmNoiseImmunityLevel]; in ath9k_hw_set_cck_nil()[all …]