Home
last modified time | relevance | path

Searched refs:shortcal_timer (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Dlink.c348 if ((timestamp - common->ani.shortcal_timer) >= short_cal_interval) { in ath_ani_calibrate()
350 common->ani.shortcal_timer = timestamp; in ath_ani_calibrate()
433 common->ani.shortcal_timer = timestamp; in ath_start_ani()
Dhtc_drv_main.c752 common->ani.shortcal_timer = timestamp; in ath9k_htc_start_ani()
799 if ((timestamp - common->ani.shortcal_timer) >= in ath9k_htc_ani_work()
803 common->ani.shortcal_timer = timestamp; in ath9k_htc_ani_work()
/linux-5.19.10/drivers/net/wireless/ath/
Dath.h39 unsigned int shortcal_timer; member