Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352663
b: refs/heads/master
c: df15a6c
h: refs/heads/master
i:
  352661: a850e21
  352659: d47c1ca
  352655: 526e533
v: v3
  • Loading branch information
Felix Fietkau authored and Johannes Berg committed Feb 11, 2013
1 parent 011ac3f commit 88fee37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f4fe17bc2d4fd46598b03bc51281cfa7ef6abf5
refs/heads/master: df15a6c4fa7f77511663d7b5f9134f37ad2e8c92
4 changes: 0 additions & 4 deletions trunk/net/mac80211/rc80211_minstrel_ht.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,6 @@ minstrel_ht_update_stats(struct minstrel_priv *mp, struct minstrel_ht_sta *mi)
if (!mr->cur_tp)
continue;

/* ignore the lowest rate of each single-stream group */
if (!i && minstrel_mcs_groups[group].streams == 1)
continue;

if ((mr->cur_tp > cur_prob_tp && mr->probability >
MINSTREL_FRAC(3, 4)) || mr->probability > cur_prob) {
mg->max_prob_rate = index;
Expand Down

0 comments on commit 88fee37

Please sign in to comment.