Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368412
b: refs/heads/master
c: 96d4ac3
h: refs/heads/master
v: v3
  • Loading branch information
Felix Fietkau authored and Johannes Berg committed Mar 6, 2013
1 parent 834ff16 commit 39026b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a299c6d591f8f6abfe42e77d70ed688067748135
refs/heads/master: 96d4ac3f2f287a143adb1926eae86dbe255a7cce
4 changes: 2 additions & 2 deletions trunk/net/mac80211/rc80211_minstrel_ht.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ minstrel_ht_update_stats(struct minstrel_priv *mp, struct minstrel_ht_sta *mi)
}
}

/* try to sample up to half of the available rates during each interval */
mi->sample_count *= 4;
/* try to sample all available rates during each interval */
mi->sample_count *= 8;

cur_prob = 0;
cur_prob_tp = 0;
Expand Down

0 comments on commit 39026b2

Please sign in to comment.