diff options
author | David S. Miller <davem@davemloft.net> | 2008-07-17 04:52:12 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-17 22:21:03 -0400 |
commit | 09e83b5d7d1878065e2453239b49b684cd0fe4e5 (patch) | |
tree | a08d06c81d7bcd47e432443e24b126101ea1f2b9 /drivers/net/ixgbe | |
parent | e8a0464cc950972824e2e128028ae3db666ec1ed (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/ixgbe')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c index 7d8bf94d3783..e6df9233f5ef 100644 --- a/drivers/net/ixgbe/ixgbe_main.c +++ b/drivers/net/ixgbe/ixgbe_main.c | |||
@@ -3566,8 +3566,6 @@ static int __devinit ixgbe_probe(struct pci_dev *pdev, | |||
3566 | if (pci_using_dac) | 3566 | if (pci_using_dac) |
3567 | netdev->features |= NETIF_F_HIGHDMA; | 3567 | netdev->features |= NETIF_F_HIGHDMA; |
3568 | 3568 | ||
3569 | netdev->features |= NETIF_F_MULTI_QUEUE; | ||
3570 | |||
3571 | /* make sure the EEPROM is good */ | 3569 | /* make sure the EEPROM is good */ |
3572 | if (ixgbe_validate_eeprom_checksum(hw, NULL) < 0) { | 3570 | if (ixgbe_validate_eeprom_checksum(hw, NULL) < 0) { |
3573 | dev_err(&pdev->dev, "The EEPROM Checksum Is Not Valid\n"); | 3571 | dev_err(&pdev->dev, "The EEPROM Checksum Is Not Valid\n"); |