Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Drc.c600 u8 per_thres; in ath_rc_get_highest_rix() local
617 per_thres = ath_rc_priv->per[rate]; in ath_rc_get_highest_rix()
618 if (per_thres < 12) in ath_rc_get_highest_rix()
619 per_thres = 12; in ath_rc_get_highest_rix()
622 (100 - per_thres); in ath_rc_get_highest_rix()