• François Romieu's avatar
    [netdrvr r8169] TX irq handler looping fix · 4bbf47f5
    François Romieu authored
    If a few packets have been scheduled for Tx, it is possible to keep looping
    in the Tx irq handler as soon as the irq for the first packet has been
    received until the descriptor of the last packet has been sent (with
    interrupts disabled btw).
    4bbf47f5
r8169.c 41.5 KB