Lines Matching refs:ofdm_errors
433 as->ofdm_errors += ofdm_err;
453 as->last_ofdm_errors = as->ofdm_errors;
457 as->ofdm_errors = 0;
500 as->ofdm_errors, ofdm_high, as->cck_errors, cck_high);
502 if (as->ofdm_errors > ofdm_high || as->cck_errors > cck_high) {
504 bool ofdm_flag = as->ofdm_errors > ofdm_high;
513 as->ofdm_errors, ofdm_low, as->cck_errors, cck_low);
515 if (as->ofdm_errors <= ofdm_low && as->cck_errors <= cck_low)
561 if (as->ofdm_errors > ATH5K_ANI_OFDM_TRIG_HIGH ||
582 as->ofdm_errors++;
583 if (as->ofdm_errors > ATH5K_ANI_OFDM_TRIG_HIGH)