Searched refs:RATE_INCREASE_TH (Results 1 – 3 of 3) sorted by relevance
717 win->success_ratio >= RATE_INCREASE_TH) in il3945_rs_get_rate()739 win->success_ratio >= RATE_INCREASE_TH) in il3945_rs_get_rate()749 } else if (win->success_ratio >= RATE_INCREASE_TH) { in il3945_rs_get_rate()
1961 if (high != RATE_INVALID && sr >= RATE_INCREASE_TH) in il4965_rs_rate_scale_perform()1979 if (high_tpt > current_tpt && sr >= RATE_INCREASE_TH) in il4965_rs_rate_scale_perform()1990 } else if (sr >= RATE_INCREASE_TH) { in il4965_rs_rate_scale_perform()
2659 #define RATE_INCREASE_TH 6400 /* 50% */ macro