rt2x00dev.c: fix-up merge damage
This restores the effects of "rt2x00: Don't count retries as failure". Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
65b53e4cc9
commit
cb14cb791c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user