aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2007-09-15 16:51:11 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:50:59 -0400
commit6fba848a9a4bbe03f61b22bf0e4063d7ed4c561a (patch)
tree37d0e4b2a31e891cd7c447e316794a84c6e8e36e
parent38bf3184e8c4b8cd4285a24b6f69a300b32f0062 (diff)
pasemi_mac: Enable LLTX
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>
-rw-r--r--drivers/net/pasemi_mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pasemi_mac.c b/drivers/net/pasemi_mac.c
index 0bfdd79de6cf..916a76e28a87 100644
--- a/drivers/net/pasemi_mac.c
+++ b/drivers/net/pasemi_mac.c
@@ -1186,7 +1186,7 @@ pasemi_mac_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
1186 1186
1187 netif_napi_add(dev, &mac->napi, pasemi_mac_poll, 64); 1187 netif_napi_add(dev, &mac->napi, pasemi_mac_poll, 64);
1188 1188
1189 dev->features = NETIF_F_HW_CSUM; 1189 dev->features = NETIF_F_HW_CSUM | NETIF_F_LLTX;
1190 1190
1191 /* These should come out of the device tree eventually */ 1191 /* These should come out of the device tree eventually */
1192 mac->dma_txch = index; 1192 mac->dma_txch = index;