commit | ed61e2b02027935520d1be884fac0b2ffce8379a | [log] [tgz] |
---|---|---|
author | Stanislaw Gruszka <sgruszka@redhat.com> | Wed Mar 14 11:16:18 2012 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Mar 15 13:40:31 2012 -0400 |
tree | bae0638ed6f68013b93b895ec5fcdb9ba8fe2667 | |
parent | 627fdaf763f80a4db41289c4af7dc279dcba7363 [diff] |
rt2x00: rt2800usb: rework txdone code Patch change txdone code to make it similar like txdone in rt2800pci, process only one entry from queue matching tx status. Before we processed all pending entries from queue until PACKEDID match, that caused that we do not report tx statuses correctly. Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Acked-by: Gertjan van Wingerde <gwingerde@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>