Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203499
b: refs/heads/master
c: ecc3d5a
h: refs/heads/master
i:
  203497: cc56d88
  203495: eda98a1
v: v3
  • Loading branch information
Ming Lei authored and John W. Linville committed Jul 2, 2010
1 parent a9bc24d commit d2c2c96
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: 009271f9187d61c638bb4f3db9ab172c5065e542
refs/heads/master: ecc3d5ae17e62ce1250abf16ff523c677bf19e2f
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 @@ -443,8 +443,8 @@ minstrel_ht_tx_status(void *priv, struct ieee80211_supported_band *sband,
minstrel_downgrade_rate(mi, &mi->max_tp_rate, true);

rate2 = minstrel_get_ratestats(mi, mi->max_tp_rate2);
if (rate->attempts > 30 &&
MINSTREL_FRAC(rate->success, rate->attempts) <
if (rate2->attempts > 30 &&
MINSTREL_FRAC(rate2->success, rate2->attempts) <
MINSTREL_FRAC(20, 100))
minstrel_downgrade_rate(mi, &mi->max_tp_rate2, false);

Expand Down

0 comments on commit d2c2c96

Please sign in to comment.