Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Ddynack.c48 * ath_dynack_ewma - EWMA (Exponentially Weighted Moving Average) calculation
51 static inline int ath_dynack_ewma(int old, int new) in ath_dynack_ewma() function
178 an->ackto = ath_dynack_ewma(an->ackto, in ath_dynack_compute_to()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Ddynack.c48 * ath_dynack_ewma - EWMA (Exponentially Weighted Moving Average) calculation
50 static inline int ath_dynack_ewma(int old, int new) in ath_dynack_ewma() function
177 an->ackto = ath_dynack_ewma(an->ackto, in ath_dynack_compute_to()

Completed in 2 milliseconds