Comment # 3 on bug 1051364 from
This patch makes it work with 4.4.76

--- -   2017-07-30 15:03:09.470317454 +0200
+++ src/r8168_n.c       2017-07-30 15:00:44.256231191 +0200
@@ -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,4,76)
                         dev->last_rx = jiffies;
+#endif
                         RTLDEV->stats.rx_bytes += pkt_size;
                         RTLDEV->stats.rx_packets++;
                 }


You are receiving this mail because: