Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4fc9d15 authored by David S. Miller's avatar David S. Miller
Browse files

niu: Enable GRO by default.



This was merely an oversight when I added the napi_gro_receive()
calls.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent aa395145
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {