Searched refs:ofdm_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
491 ofdm_high = as->listen_time * ATH5K_ANI_OFDM_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) {
504 bool ofdm_flag = as->ofdm_errors > ofdm_high;

Completed in 193 milliseconds