ofdm_errors 433 drivers/net/wireless/ath/ath5k/ani.c as->ofdm_errors += ofdm_err; ofdm_errors 453 drivers/net/wireless/ath/ath5k/ani.c as->last_ofdm_errors = as->ofdm_errors; ofdm_errors 457 drivers/net/wireless/ath/ath5k/ani.c as->ofdm_errors = 0; ofdm_errors 500 drivers/net/wireless/ath/ath5k/ani.c as->ofdm_errors, ofdm_high, as->cck_errors, cck_high); ofdm_errors 502 drivers/net/wireless/ath/ath5k/ani.c if (as->ofdm_errors > ofdm_high || as->cck_errors > cck_high) { ofdm_errors 504 drivers/net/wireless/ath/ath5k/ani.c bool ofdm_flag = as->ofdm_errors > ofdm_high ? true : false; ofdm_errors 513 drivers/net/wireless/ath/ath5k/ani.c as->ofdm_errors, ofdm_low, as->cck_errors, cck_low); ofdm_errors 515 drivers/net/wireless/ath/ath5k/ani.c if (as->ofdm_errors <= ofdm_low && as->cck_errors <= cck_low) ofdm_errors 561 drivers/net/wireless/ath/ath5k/ani.c if (as->ofdm_errors > ATH5K_ANI_OFDM_TRIG_HIGH || ofdm_errors 582 drivers/net/wireless/ath/ath5k/ani.c as->ofdm_errors++; ofdm_errors 583 drivers/net/wireless/ath/ath5k/ani.c if (as->ofdm_errors > ATH5K_ANI_OFDM_TRIG_HIGH) ofdm_errors 92 drivers/net/wireless/ath/ath5k/ani.h unsigned int ofdm_errors; ofdm_errors 748 drivers/net/wireless/ath/ath5k/debug.c as->ofdm_errors, as->last_ofdm_errors,