diff options
author | Alexander Duyck <alexander.h.duyck@intel.com> | 2009-01-21 17:42:07 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-21 17:42:07 -0500 |
commit | 5851765cca21e973a7f4850fbaf1ef55e0cb1965 (patch) | |
tree | 22fcd9d075d25e8db304369b6863917718507242 /drivers/net/igb | |
parent | 52d07b1f5039f51101a589856d9058e9cc8ce5dc (diff) |
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>
Diffstat (limited to 'drivers/net/igb')
-rw-r--r-- | drivers/net/igb/igb_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/igb/igb_main.c b/drivers/net/igb/igb_main.c index dbe03c2b49c9..e11043d90dbd 100644 --- a/drivers/net/igb/igb_main.c +++ b/drivers/net/igb/igb_main.c | |||
@@ -1197,7 +1197,6 @@ static int __devinit igb_probe(struct pci_dev *pdev, | |||
1197 | if (pci_using_dac) | 1197 | if (pci_using_dac) |
1198 | netdev->features |= NETIF_F_HIGHDMA; | 1198 | netdev->features |= NETIF_F_HIGHDMA; |
1199 | 1199 | ||
1200 | netdev->features |= NETIF_F_LLTX; | ||
1201 | adapter->en_mng_pt = igb_enable_mng_pass_thru(&adapter->hw); | 1200 | adapter->en_mng_pt = igb_enable_mng_pass_thru(&adapter->hw); |
1202 | 1201 | ||
1203 | /* before reading the NVM, reset the controller to put the device in a | 1202 | /* before reading the NVM, reset the controller to put the device in a |