Searched refs:cck_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.h75 unsigned int cck_errors; member in struct:ath5k_ani_state
H A Dani.c433 as->cck_errors += cck_err;
450 as->last_cck_errors = as->cck_errors;
454 as->cck_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) {
509 as->ofdm_errors, ofdm_low, as->cck_errors, cck_low);
511 if (as->ofdm_errors <= ofdm_low && as->cck_errors <= cck_low)
555 as->cck_errors > ATH5K_ANI_CCK_TRIG_HIGH)
577 as->cck_errors++;
578 if (as->cck_errors > ATH5K_ANI_CCK_TRIG_HIG
[all...]
H A Ddebug.c683 as->cck_errors, as->last_cck_errors,

Completed in 134 milliseconds