Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203059
b: refs/heads/master
c: ecb7cab
h: refs/heads/master
i:
  203057: f7d9a2f
  203055: 9007dcc
v: v3
  • Loading branch information
Helmut Schaa authored and John W. Linville committed Jun 15, 2010
1 parent 0cd5792 commit 64fd681
Show file tree
Hide file tree
Showing 2 changed files with 7 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: fd6dcb883a0e34de90c64a9352c5225066ee7d72
refs/heads/master: ecb7cab59a2b8c0ec1aab6ac903def1d5a81d32b
8 changes: 6 additions & 2 deletions trunk/drivers/net/wireless/rt2x00/rt2800pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -903,8 +903,12 @@ static void rt2800pci_txdone(struct rt2x00_dev *rt2x00dev)
txdesc.retry = 7;
}

__set_bit(TXDONE_FALLBACK, &txdesc.flags);

/*
* the frame was retried at least once
* -> hw used fallback rates
*/
if (txdesc.retry)
__set_bit(TXDONE_FALLBACK, &txdesc.flags);

rt2x00pci_txdone(entry, &txdesc);
}
Expand Down

0 comments on commit 64fd681

Please sign in to comment.