diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/tg3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 16e1a95c65f4..e5b9ec5797c1 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
@@ -8906,6 +8906,7 @@ defcfg: | |||
8906 | tp->irq_cnt = 1; | 8906 | tp->irq_cnt = 1; |
8907 | tp->napi[0].irq_vec = tp->pdev->irq; | 8907 | tp->napi[0].irq_vec = tp->pdev->irq; |
8908 | netif_set_real_num_tx_queues(tp->dev, 1); | 8908 | netif_set_real_num_tx_queues(tp->dev, 1); |
8909 | netif_set_real_num_rx_queues(tp->dev, 1); | ||
8909 | } | 8910 | } |
8910 | } | 8911 | } |
8911 | 8912 | ||