]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/igb/igb_main.c
igb/ixgbe/e1000e: resolve tx multiqueue bug
[linux-2.6-omap-h63xx.git] / drivers / net / igb / igb_main.c
index 81bba6983ddea9f7d2779044bb9e41b2401edf1b..1b7cb29fe68e23eb8900baa00cca1064bec61c05 100644 (file)
@@ -1493,6 +1493,8 @@ static int igb_open(struct net_device *netdev)
 
        igb_irq_enable(adapter);
 
+       netif_tx_start_all_queues(netdev);
+
        /* Fire a link status change interrupt to start the watchdog. */
        wr32(E1000_ICS, E1000_ICS_LSC);