Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97483
b: refs/heads/master
c: 2088d41
h: refs/heads/master
i:
  97481: 6bd88ef
  97479: 1d1319b
v: v3
  • Loading branch information
Ivo van Doorn authored and John W. Linville committed May 28, 2008
1 parent 2399b54 commit 59cfa4c
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: 0f3e63a55b1a7b695a79bf3eec2ff5ab6b336037
refs/heads/master: 2088d4174e4292aef892bb7095fc3c3ea5bd117c
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,
* Update TX statistics.
*/
rt2x00dev->link.qual.tx_success += success;
rt2x00dev->link.qual.tx_failed += txdesc->retry + fail;
rt2x00dev->link.qual.tx_failed += fail;

/*
* Initialize TX status
Expand Down

0 comments on commit 59cfa4c

Please sign in to comment.