diff options
Diffstat (limited to 'drivers/net/igb/igb_main.c')
-rw-r--r-- | drivers/net/igb/igb_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/igb/igb_main.c b/drivers/net/igb/igb_main.c index 81bba6983dde..1b7cb29fe68e 100644 --- a/drivers/net/igb/igb_main.c +++ b/drivers/net/igb/igb_main.c | |||
@@ -1493,6 +1493,8 @@ static int igb_open(struct net_device *netdev) | |||
1493 | 1493 | ||
1494 | igb_irq_enable(adapter); | 1494 | igb_irq_enable(adapter); |
1495 | 1495 | ||
1496 | netif_tx_start_all_queues(netdev); | ||
1497 | |||
1496 | /* Fire a link status change interrupt to start the watchdog. */ | 1498 | /* Fire a link status change interrupt to start the watchdog. */ |
1497 | wr32(E1000_ICS, E1000_ICS_LSC); | 1499 | wr32(E1000_ICS, E1000_ICS_LSC); |
1498 | 1500 | ||