Searched refs:ofdm_errors (Results 1 – 3 of 3) sorted by relevance
433 as->ofdm_errors += ofdm_err; in ath5k_ani_save_and_clear_phy_errors()453 as->last_ofdm_errors = as->ofdm_errors; in ath5k_ani_period_restart()457 as->ofdm_errors = 0; in ath5k_ani_period_restart()500 as->ofdm_errors, ofdm_high, as->cck_errors, cck_high); in ath5k_ani_calibration()502 if (as->ofdm_errors > ofdm_high || as->cck_errors > cck_high) { in ath5k_ani_calibration()504 bool ofdm_flag = as->ofdm_errors > ofdm_high; in ath5k_ani_calibration()513 as->ofdm_errors, ofdm_low, as->cck_errors, cck_low); in ath5k_ani_calibration()515 if (as->ofdm_errors <= ofdm_low && as->cck_errors <= cck_low) in ath5k_ani_calibration()561 if (as->ofdm_errors > ATH5K_ANI_OFDM_TRIG_HIGH || in ath5k_ani_mib_intr()582 as->ofdm_errors++; in ath5k_ani_phy_error_report()[all …]
92 unsigned int ofdm_errors; member
729 as->ofdm_errors, as->last_ofdm_errors, in read_file_ani()