ixgbe: fix bug where using wake queue instead of start
[safe/jmp/linux-2.6] / drivers / net / ixgbe / ixgbe_main.c
index 362541a..c67211c 100644 (file)
@@ -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;
 }