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

/linux-4.4.14/drivers/net/wireless/ath/ath5k/
H A Dani.c478 int listen, ofdm_high, ofdm_low, cck_high, cck_low; ath5k_ani_calibration() local
494 cck_low = as->listen_time * ATH5K_ANI_CCK_TRIG_LOW / 1000; ath5k_ani_calibration()
513 as->ofdm_errors, ofdm_low, as->cck_errors, cck_low); ath5k_ani_calibration()
515 if (as->ofdm_errors <= ofdm_low && as->cck_errors <= cck_low) ath5k_ani_calibration()

Completed in 59 milliseconds