Searched refs:cck_low (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | ani.c | 478 int listen, ofdm_high, ofdm_low, cck_high, cck_low; in ath5k_ani_calibration() local 494 cck_low = as->listen_time * ATH5K_ANI_CCK_TRIG_LOW / 1000; in ath5k_ani_calibration() 513 as->ofdm_errors, ofdm_low, as->cck_errors, cck_low); in ath5k_ani_calibration() 515 if (as->ofdm_errors <= ofdm_low && as->cck_errors <= cck_low) in ath5k_ani_calibration()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | ani.c | 478 int listen, ofdm_high, ofdm_low, cck_high, cck_low; in ath5k_ani_calibration() local 494 cck_low = as->listen_time * ATH5K_ANI_CCK_TRIG_LOW / 1000; in ath5k_ani_calibration() 513 as->ofdm_errors, ofdm_low, as->cck_errors, cck_low); in ath5k_ani_calibration() 515 if (as->ofdm_errors <= ofdm_low && as->cck_errors <= cck_low) in ath5k_ani_calibration()
|
Completed in 3 milliseconds