Searched refs:ofdm_errors (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dani.h74 unsigned int ofdm_errors; member in struct:ath5k_ani_state
H A Dani.c429 as->ofdm_errors += ofdm_err;
449 as->last_ofdm_errors = as->ofdm_errors;
453 as->ofdm_errors = 0;
496 as->ofdm_errors, ofdm_high, as->cck_errors, cck_high);
498 if (as->ofdm_errors > ofdm_high || as->cck_errors > cck_high) {
500 bool ofdm_flag = as->ofdm_errors > ofdm_high ? true : false;
509 as->ofdm_errors, ofdm_low, as->cck_errors, cck_low);
511 if (as->ofdm_errors <= ofdm_low && as->cck_errors <= cck_low)
554 if (as->ofdm_errors > ATH5K_ANI_OFDM_TRIG_HIGH ||
573 as->ofdm_errors
[all...]
H A Ddebug.c679 as->ofdm_errors, as->last_ofdm_errors,

Completed in 40 milliseconds