Home
last modified time | relevance | path

Searched refs:ani_skip_count (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Dlink.c326 if (++ah->ani_skip_count >= ATH_ANI_MAX_SKIP_COUNT) { in ath_ani_calibrate()
333 ah->ani_skip_count = 0; in ath_ani_calibrate()
Dhw.h893 u32 ani_skip_count; member