summaryrefslogtreecommitdiffstats
path: root/network/r8168/r8168-linux-4.11.patch
diff options
context:
space:
mode:
Diffstat (limited to 'network/r8168/r8168-linux-4.11.patch')
-rw-r--r--network/r8168/r8168-linux-4.11.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/network/r8168/r8168-linux-4.11.patch b/network/r8168/r8168-linux-4.11.patch
deleted file mode 100644
index 5d8d451cdf..0000000000
--- a/network/r8168/r8168-linux-4.11.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/src/r8168_n.c b/src/r8168_n.c
-index 3c5a7e7..e2026bb 100755
---- a/src/r8168_n.c
-+++ b/src/r8168_n.c
-@@ -25732,7 +25732,9 @@ process_pkt:
- if (rtl8168_rx_vlan_skb(tp, desc, skb) < 0)
- rtl8168_rx_skb(tp, skb);
-
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
- dev->last_rx = jiffies;
-+#endif
- RTLDEV->stats.rx_bytes += pkt_size;
- RTLDEV->stats.rx_packets++;
- }