ppp: make the patches apply correctly again
[lede-git/.git] / target / linux / rb532 / patches-4.9 / 108-korina-use-gro.patch
1 --- a/drivers/net/ethernet/korina.c
2 +++ b/drivers/net/ethernet/korina.c
3 @@ -406,7 +406,7 @@ static int korina_rx(struct net_device *
4                 skb->protocol = eth_type_trans(skb, dev);
5  
6                 /* Pass the packet to upper layers */
7 -               netif_receive_skb(skb);
8 +               napi_gro_receive(&lp->napi, skb);
9                 dev->stats.rx_packets++;
10                 dev->stats.rx_bytes += pkt_len;
11