Searched refs:RATE_INCREASE_TH (Results 1 – 3 of 3) sorted by relevance
718 win->success_ratio >= RATE_INCREASE_TH) in il3945_rs_get_rate()740 win->success_ratio >= RATE_INCREASE_TH) in il3945_rs_get_rate()750 } else if (win->success_ratio >= RATE_INCREASE_TH) { in il3945_rs_get_rate()
1955 if (high != RATE_INVALID && sr >= RATE_INCREASE_TH) in il4965_rs_rate_scale_perform()1973 if (high_tpt > current_tpt && sr >= RATE_INCREASE_TH) in il4965_rs_rate_scale_perform()1984 } else if (sr >= RATE_INCREASE_TH) { in il4965_rs_rate_scale_perform()
2658 #define RATE_INCREASE_TH 6400 /* 50% */ macro