Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166267
b: refs/heads/master
c: 909a203
h: refs/heads/master
i:
  166265: 124044e
  166263: 8b5ee10
v: v3
  • Loading branch information
Pavel Roskin authored and John W. Linville committed Sep 23, 2009
1 parent 758dd8f commit 2446441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 71702bc13efd3238e02197780d6e62c51c196a9d
refs/heads/master: 909a203566a75d26c65370d7dd933fa513d47990
2 changes: 1 addition & 1 deletion trunk/net/mac80211/rc80211_minstrel.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ minstrel_rate_init(void *priv, struct ieee80211_supported_band *sband,

/* contention window */
tx_time_single += t_slot + min(cw, mp->cw_max);
cw = (cw + 1) << 1;
cw = (cw << 1) | 1;

tx_time += tx_time_single;
tx_time_cts += tx_time_single + mi->sp_ack_dur;
Expand Down

0 comments on commit 2446441

Please sign in to comment.