forked from Minki/linux
rt61pci: fix-up merge damage
A subtle merge error was introduced after re-queueing a patch for 2.6.24 instead of 2.6.25... Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
13f09b95a8
commit
4bdb0fba9e
@ -1736,7 +1736,8 @@ static void rt61pci_txdone(struct rt2x00_dev *rt2x00dev)
|
||||
WARNING(rt2x00dev,
|
||||
"TX status report missed for entry %p\n",
|
||||
entry_done);
|
||||
rt2x00lib_txdone(entry_done, TX_FAIL_OTHER, 0);
|
||||
rt2x00pci_txdone(rt2x00dev, entry_done, TX_FAIL_OTHER,
|
||||
0);
|
||||
entry_done = rt2x00_get_data_entry_done(ring);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user