igb: igb should not flag lltx
Igb has flags enabling lltx but this is a holdover from the earlier e1000 driver which the igb driver was based off of. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
52d07b1f50
commit
5851765cca
1 changed files with 0 additions and 1 deletions
|
@ -1197,7 +1197,6 @@ static int __devinit igb_probe(struct pci_dev *pdev,
|
|||
if (pci_using_dac)
|
||||
netdev->features |= NETIF_F_HIGHDMA;
|
||||
|
||||
netdev->features |= NETIF_F_LLTX;
|
||||
adapter->en_mng_pt = igb_enable_mng_pass_thru(&adapter->hw);
|
||||
|
||||
/* before reading the NVM, reset the controller to put the device in a
|
||||
|
|
Loading…
Reference in a new issue