Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194305
b: refs/heads/master
c: e4fc9d1
h: refs/heads/master
i:
  194303: 74a32d6
v: v3
  • Loading branch information
David S. Miller committed Apr 21, 2010
1 parent 93c8004 commit 0d3620d
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: aa395145165cb06a0d0885221bbe0ce4a564391d
refs/heads/master: e4fc9d15db72c8de7d4988e9f419b63b923e1d1d
2 changes: 1 addition & 1 deletion trunk/drivers/net/niu.c
Original file line number Diff line number Diff line change
Expand Up @@ -9838,7 +9838,7 @@ static int __devinit niu_pci_init_one(struct pci_dev *pdev,
}
}

dev->features |= (NETIF_F_SG | NETIF_F_HW_CSUM);
dev->features |= (NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_GRO);

np->regs = pci_ioremap_bar(pdev, 0);
if (!np->regs) {
Expand Down

0 comments on commit 0d3620d

Please sign in to comment.