Skip to content

Commit

Permalink
niu: Enable GRO by default.
Browse files Browse the repository at this point in the history
This was merely an oversight when I added the napi_gro_receive()
calls.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Apr 21, 2010
1 parent aa39514 commit e4fc9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 e4fc9d1

Please sign in to comment.