Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af72166f authored by Jesse Brandeburg's avatar Jesse Brandeburg Committed by Jeff Garzik
Browse files

ixgbe: fix bug where using wake queue instead of start

parent 040dec3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3377,7 +3377,7 @@ static int __ixgbe_maybe_stop_tx(struct net_device *netdev,
		return -EBUSY;

	/* A reprieve! - use start_queue because it doesn't call schedule */
	netif_wake_subqueue(netdev, tx_ring->queue_index);
	netif_start_subqueue(netdev, tx_ring->queue_index);
	++adapter->restart_queue;
	return 0;
}