diff options
Diffstat (limited to 'drivers/net/s2io.c')
-rw-r--r-- | drivers/net/s2io.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/s2io.c b/drivers/net/s2io.c index 517425dcb77c..5f0fcb04afff 100644 --- a/drivers/net/s2io.c +++ b/drivers/net/s2io.c | |||
@@ -7966,8 +7966,6 @@ s2io_init_nic(struct pci_dev *pdev, const struct pci_device_id *pre) | |||
7966 | dev->features |= NETIF_F_UFO; | 7966 | dev->features |= NETIF_F_UFO; |
7967 | dev->features |= NETIF_F_HW_CSUM; | 7967 | dev->features |= NETIF_F_HW_CSUM; |
7968 | } | 7968 | } |
7969 | if (config->multiq) | ||
7970 | dev->features |= NETIF_F_MULTI_QUEUE; | ||
7971 | dev->tx_timeout = &s2io_tx_watchdog; | 7969 | dev->tx_timeout = &s2io_tx_watchdog; |
7972 | dev->watchdog_timeo = WATCH_DOG_TIMEOUT; | 7970 | dev->watchdog_timeo = WATCH_DOG_TIMEOUT; |
7973 | INIT_WORK(&sp->rst_timer_task, s2io_restart_nic); | 7971 | INIT_WORK(&sp->rst_timer_task, s2io_restart_nic); |