aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/s2io.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-07-17 04:52:12 -0400
committerDavid S. Miller <davem@davemloft.net>2008-07-17 22:21:03 -0400
commit09e83b5d7d1878065e2453239b49b684cd0fe4e5 (patch)
treea08d06c81d7bcd47e432443e24b126101ea1f2b9 /drivers/net/s2io.c
parente8a0464cc950972824e2e128028ae3db666ec1ed (diff)
netdev: Kill NETIF_F_MULTI_QUEUE.
There is no need for a feature bit for something that can be tested by simply checking the TX queue count. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/s2io.c')
-rw-r--r--drivers/net/s2io.c2
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);