1 --- a/net/mac80211/rc80211_minstrel_ht.c
2 +++ b/net/mac80211/rc80211_minstrel_ht.c
3 @@ -506,7 +506,9 @@ minstrel_ht_set_rate(struct minstrel_pri
4 if (!mr->retry_updated)
5 minstrel_calc_retransmit(mp, mi, index);
7 - if (mr->probability < MINSTREL_FRAC(20, 100))
10 + else if (mr->probability < MINSTREL_FRAC(20, 100))
13 rate->count = mr->retry_count_rtscts;