Searched refs:ofdm_high (Results 1 - 1 of 1) 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.c474 int listen, ofdm_high, ofdm_low, cck_high, cck_low; local
487 ofdm_high = as->listen_time * ATH5K_ANI_OFDM_TRIG_HIGH / 1000;
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;

Completed in 25 milliseconds