ath25: drop target
[openwrt/staging/chunkeey.git] / target / linux / rb532 / patches-4.14 / 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