commit | 3957ccb56e17ca839265ccb292c4c6850dcf5d32 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Mon Nov 12 15:02:40 2007 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:04:40 2008 -0800 |
tree | bf579438b2f8e0d81160059e16eae97aa1254b77 | |
parent | 797a54c68e0eb551c60e3dc843627f967919a951 [diff] |
rt2x00: Move duplicate code into rt2x00pci_txdone() rt2400pci, rt2500pci and rt61 require different txdone handling, but the code that pushes the frame upstream and cleans up the entry is identical to all of them. This will create the function rt2x00pci_txdone() to remove the duplicate code. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>