Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74573
b: refs/heads/master
c: 0581d3f
h: refs/heads/master
i:
  74571: 50259e1
v: v3
  • Loading branch information
David Woodhouse authored and Jeff Garzik committed Dec 4, 2007
1 parent e8a0c95 commit 8d25ffe
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: 4c14fe91d0209897fda4dea0102c8cd2e1ddd860
refs/heads/master: 0581d3f53053de597ef4956568c15785e59828ef
2 changes: 1 addition & 1 deletion trunk/drivers/net/pasemi_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,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 | NETIF_F_LLTX | NETIF_F_SG;
dev->features = NETIF_F_IP_CSUM | NETIF_F_LLTX | NETIF_F_SG;

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

0 comments on commit 8d25ffe

Please sign in to comment.