Skip to content

Commit

Permalink
pasemi_mac: Enable LLTX
Browse files Browse the repository at this point in the history
Enable LLTX on pasemi_mac: we're already doing sufficient locking
in the driver to enable it.

[ Resolved merge conflicts with napi_struct changes... -DaveM ]

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Olof Johansson authored and David S. Miller committed Oct 10, 2007
1 parent 38bf318 commit 6fba848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/pasemi_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ pasemi_mac_probe(struct pci_dev *pdev, const struct pci_device_id *ent)

netif_napi_add(dev, &mac->napi, pasemi_mac_poll, 64);

dev->features = NETIF_F_HW_CSUM;
dev->features = NETIF_F_HW_CSUM | NETIF_F_LLTX;

/* These should come out of the device tree eventually */
mac->dma_txch = index;
Expand Down

0 comments on commit 6fba848

Please sign in to comment.