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

/linux-master/drivers/net/wireless/ath/ath5k/
H A Dani.c478 int listen, ofdm_high, ofdm_low, cck_high, cck_low; local
492 cck_high = as->listen_time * ATH5K_ANI_CCK_TRIG_HIGH / 1000;
500 as->ofdm_errors, ofdm_high, as->cck_errors, cck_high);
502 if (as->ofdm_errors > ofdm_high || as->cck_errors > cck_high) {

Completed in 98 milliseconds