From: Heiner Kallweit <[email protected]> Date: Thu, 21 Mar 2019 21:41:48 +0100
> Replace the call to netif_wake_queue in rtl8169_start_xmit with > netif_start_queue as we don't need to actually wake up the queue since > we are still in mid transmit so we just need to reset the bit so it > doesn't prevent the next transmit. > (Description shamelessly copied from a mail sent by Alex.) > > Suggested-by: Alexander Duyck <[email protected]> > Signed-off-by: Heiner Kallweit <[email protected]> Applied.
