Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327532
b: refs/heads/master
c: f8a8701
h: refs/heads/master
v: v3
  • Loading branch information
Sujith Manoharan authored and John W. Linville committed Aug 10, 2012
1 parent f737f05 commit 916bd20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: 88dcc2dd717b292d1ef7311a6487c610f709bd10
refs/heads/master: f8a87017f4a9f1638df54dd79d0f5ad1bae51c1d
9 changes: 0 additions & 9 deletions trunk/drivers/net/wireless/ath/ath9k/rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1120,15 +1120,6 @@ static void ath_rc_tx_status(struct ath_softc *sc,
rates[i].count);
}
}
} else {
/*
* Handle the special case of MIMO PS burst, where the second
* aggregate is sent out with only one rate and one try.
* Treating it as an excessive retry penalizes the rate
* inordinately.
*/
if (rates[0].count == 1 && xretries == 1)
xretries = 2;
}

flags = rates[final_ts_idx].flags;
Expand Down

0 comments on commit 916bd20

Please sign in to comment.