diff options
Diffstat (limited to 'drivers/net/e1000e/netdev.c')
-rw-r--r-- | drivers/net/e1000e/netdev.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/e1000e/netdev.c b/drivers/net/e1000e/netdev.c index e2c7e0d767b1..4630bad52e74 100644 --- a/drivers/net/e1000e/netdev.c +++ b/drivers/net/e1000e/netdev.c | |||
@@ -5683,8 +5683,10 @@ static int __devinit e1000_probe(struct pci_dev *pdev, | |||
5683 | netdev->vlan_features |= NETIF_F_HW_CSUM; | 5683 | netdev->vlan_features |= NETIF_F_HW_CSUM; |
5684 | netdev->vlan_features |= NETIF_F_SG; | 5684 | netdev->vlan_features |= NETIF_F_SG; |
5685 | 5685 | ||
5686 | if (pci_using_dac) | 5686 | if (pci_using_dac) { |
5687 | netdev->features |= NETIF_F_HIGHDMA; | 5687 | netdev->features |= NETIF_F_HIGHDMA; |
5688 | netdev->vlan_features |= NETIF_F_HIGHDMA; | ||
5689 | } | ||
5688 | 5690 | ||
5689 | if (e1000e_enable_mng_pass_thru(&adapter->hw)) | 5691 | if (e1000e_enable_mng_pass_thru(&adapter->hw)) |
5690 | adapter->flags |= FLAG_MNG_PT_ENABLED; | 5692 | adapter->flags |= FLAG_MNG_PT_ENABLED; |