Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159352
b: refs/heads/master
c: 3fc0fbf
h: refs/heads/master
v: v3
  • Loading branch information
Vasanthakumar Thiagarajan authored and John W. Linville committed Aug 4, 2009
1 parent 18b5ddc commit 4b181d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 42e8856092be1db40bd4ae01406d2aaddf4e66fc
refs/heads/master: 3fc0fbf407967fa8def04d019316553c9ca133e2
3 changes: 0 additions & 3 deletions trunk/drivers/net/wireless/ath/ath9k/rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1041,9 +1041,6 @@ static void ath_rc_update_ht(struct ath_softc *sc,
/* Monotonicity is kept only for rates below the current rate. */
if (ath_rc_priv->per[tx_rate] < last_per) {
for (rate = tx_rate - 1; rate >= 0; rate--) {
if (rate_table->info[rate].phy !=
rate_table->info[tx_rate].phy)
break;

if (ath_rc_priv->per[rate] >
ath_rc_priv->per[rate+1]) {
Expand Down

0 comments on commit 4b181d4

Please sign in to comment.