summarylogtreecommitdiffstats
path: root/r8168-dkms-v6.4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'r8168-dkms-v6.4.patch')
-rw-r--r--r8168-dkms-v6.4.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/r8168-dkms-v6.4.patch b/r8168-dkms-v6.4.patch
new file mode 100644
index 000000000000..207d5d6d33eb
--- /dev/null
+++ b/r8168-dkms-v6.4.patch
@@ -0,0 +1,12 @@
+--- a/src/r8168_n.c 2023-08-13 03:33:06.977422132 +0400
++++ b/src/r8168_n.c 2023-08-13 03:38:39.767005101 +0400
+@@ -81,6 +81,10 @@
+ #include <linux/mdio.h>
+ #endif
+
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6,4,0)
++#include <net/gso.h>
++#endif
++
+ #include <asm/io.h>
+ #include <asm/irq.h>