diff options
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"); |