commit | 47cccd7d7cc1f2b6f34aadc9041fb991c6293cdd | [log] [tgz] |
---|---|---|
author | Francois Romieu <romieu@fr.zoreil.com> | Thu Jan 10 23:53:15 2008 +0100 |
committer | Francois Romieu <romieu@fr.zoreil.com> | Thu Jan 17 23:35:09 2008 +0100 |
tree | d9565c4dc690c5c2ff91b5b75159addda7ff8807 | |
parent | dafdec746f8c468bebf6b99f32a392ee6c8d0212 [diff] |
ipg: fix Tx completion irq request The current logic will only request an ack for the first pending packet. No irq is triggered as soon as the CPU submits a few packets a bit quickly. Let's request an irq for every packet instead. Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>