Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91432
b: refs/heads/master
c: 2515678
h: refs/heads/master
v: v3
  • Loading branch information
Olof Johansson committed Mar 5, 2008
1 parent 0ba4e3a commit f0a5842
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: 8d636d8bc5ffcdbf49c72aafcda9ddab7ccb2f41
refs/heads/master: 251567848f2f446f4356f969329a8188faf1fe90
2 changes: 1 addition & 1 deletion trunk/drivers/net/pasemi_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1750,7 +1750,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_IP_CSUM | NETIF_F_LLTX | NETIF_F_SG |
NETIF_F_HIGHDMA;
NETIF_F_HIGHDMA | NETIF_F_GSO;

mac->lro_mgr.max_aggr = LRO_MAX_AGGR;
mac->lro_mgr.max_desc = MAX_LRO_DESCRIPTORS;
Expand Down

0 comments on commit f0a5842

Please sign in to comment.