Searched refs:entry_ofdm (Results 1 – 1 of 1) sorted by relevance
158 const struct ani_ofdm_level_entry *entry_ofdm; in ath9k_hw_set_ofdm_nil() local174 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() local262 entry_ofdm = &ofdm_level_table[aniState->ofdmNoiseImmunityLevel]; in ath9k_hw_set_cck_nil()[all …]