diff options
author | Roman Yeryomin <roman@advem.lv> | 2018-11-25 14:56:04 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-11-26 09:34:09 +0100 |
commit | b0d6653ab8d4c65aca73c0d845ec4056da97d4ec (patch) | |
tree | e63a552f7649097b89917da776bf90e5e8f2fb1b /target/linux/rb532/patches-4.9/108-korina-use-gro.patch | |
parent | 9f13cde1fa0867bbd199781809c9c6c29a6d7c9f (diff) | |
download | upstream-b0d6653ab8d4c65aca73c0d845ec4056da97d4ec.tar.gz upstream-b0d6653ab8d4c65aca73c0d845ec4056da97d4ec.tar.bz2 upstream-b0d6653ab8d4c65aca73c0d845ec4056da97d4ec.zip |
rb532: drop 4.9 support
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/rb532/patches-4.9/108-korina-use-gro.patch')
-rw-r--r-- | target/linux/rb532/patches-4.9/108-korina-use-gro.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/rb532/patches-4.9/108-korina-use-gro.patch b/target/linux/rb532/patches-4.9/108-korina-use-gro.patch deleted file mode 100644 index 8cbe2a0777..0000000000 --- a/target/linux/rb532/patches-4.9/108-korina-use-gro.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/drivers/net/ethernet/korina.c -+++ b/drivers/net/ethernet/korina.c -@@ -406,7 +406,7 @@ static int korina_rx(struct net_device * - skb->protocol = eth_type_trans(skb, dev); - - /* Pass the packet to upper layers */ -- netif_receive_skb(skb); -+ napi_gro_receive(&lp->napi, skb); - dev->stats.rx_packets++; - dev->stats.rx_bytes += pkt_len; - |