Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66574
b: refs/heads/master
c: 6fba848
h: refs/heads/master
v: v3
  • Loading branch information
Olof Johansson authored and David S. Miller committed Oct 10, 2007
1 parent 53c53aa commit b1ca057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 38bf3184e8c4b8cd4285a24b6f69a300b32f0062
refs/heads/master: 6fba848a9a4bbe03f61b22bf0e4063d7ed4c561a
2 changes: 1 addition & 1 deletion trunk/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 b1ca057

Please sign in to comment.