Lines Matching full:immunity

27  * Adaptive Noise Immunity (ANI) controls five noise immunity parameters
33 * - "noise immunity"
35 * - "spur immunity"
44 * raise or lower immunity accordingly by setting one or more of these
50 * threshold of errors has been reached we will raise immunity.
51 * Also we regularly check the amount of errors and lower or raise immunity as
61 * ath5k_ani_set_noise_immunity_level() - Set noise immunity level
86 ATH5K_ERR(ah, "noise immunity level %d out of range", in ath5k_ani_set_noise_immunity_level()
105 * ath5k_ani_set_spur_immunity_level() - Set spur immunity level
117 ATH5K_ERR(ah, "spur immunity level %d out of range", in ath5k_ani_set_spur_immunity_level()
213 * ath5k_ani_raise_immunity() - Increase noise immunity
219 * Try to raise noise immunity (=decrease sensitivity) in several steps
228 ATH5K_DBG_UNLIMIT(ah, ATH5K_DEBUG_ANI, "raise immunity (%s)", in ath5k_ani_raise_immunity()
231 /* first: raise noise immunity */ in ath5k_ani_raise_immunity()
237 /* only OFDM: raise spur immunity level */ in ath5k_ani_raise_immunity()
255 * don't shut out a remote node by raising immunity too high. */ in ath5k_ani_raise_immunity()
302 * ath5k_ani_lower_immunity() - Decrease noise immunity
306 * Try to lower noise immunity (=increase sensitivity) in several steps
314 ATH5K_DBG_UNLIMIT(ah, ATH5K_DEBUG_ANI, "lower immunity"); in ath5k_ani_lower_immunity()
357 /* finally, reduce noise immunity */ in ath5k_ani_lower_immunity()
467 * receive ("listen" time) and raise or lower immunity accordingly.
503 /* too many PHY errors - we have to raise immunity */ in ath5k_ani_calibration()
510 * relatively little errors we can try to lower immunity */ in ath5k_ani_calibration()
533 * to raise immunity or not.