Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102853
b: refs/heads/master
c: cb14cb7
h: refs/heads/master
i:
  102851: c15799b
v: v3
  • Loading branch information
John W. Linville committed Jun 10, 2008
1 parent 0c341c0 commit d329b57
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: 65b53e4cc90e59936733b3b95b9451d2ca47528d
refs/heads/master: cb14cb791c57b45ba32c92b041420cdc1b1a0283
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/rt2x00/rt2x00dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ void rt2x00lib_txdone(struct queue_entry *entry,
rt2x00dev->link.qual.tx_success +=
test_bit(TXDONE_SUCCESS, &txdesc->flags);
rt2x00dev->link.qual.tx_failed +=
txdesc->retry + !!test_bit(TXDONE_FAILURE, &txdesc->flags);
test_bit(TXDONE_FAILURE, &txdesc->flags);

/*
* Initialize TX status
Expand Down

0 comments on commit d329b57

Please sign in to comment.