Searched refs:RATE_INCREASE_TH (Results 1 – 3 of 3) sorted by relevance
735 win->success_ratio >= RATE_INCREASE_TH) in il3945_rs_get_rate()757 win->success_ratio >= RATE_INCREASE_TH) in il3945_rs_get_rate()767 } else if (win->success_ratio >= RATE_INCREASE_TH) { in il3945_rs_get_rate()
1976 if (high != RATE_INVALID && sr >= RATE_INCREASE_TH) in il4965_rs_rate_scale_perform()1994 if (high_tpt > current_tpt && sr >= RATE_INCREASE_TH) in il4965_rs_rate_scale_perform()2005 } else if (sr >= RATE_INCREASE_TH) { in il4965_rs_rate_scale_perform()
2671 #define RATE_INCREASE_TH 6400 /* 50% */ macro