Projects
home:bitstreamout:Essentials
r8168
skb_gso_segment.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File skb_gso_segment.patch of Package r8168 (Revision 35)
Currently displaying revision
35
,
Show latest
From fc2e0d28c79d3f6ef052d85a7cb146610554ff22 Mon Sep 17 00:00:00 2001 From: safocl <safocl88@gmail.com> Date: Sun, 13 Aug 2023 04:23:03 +0400 Subject: [PATCH] Fix missing skb_gso_segment function declaration This motivation from [this issue](https://github.com/mtorromeo/r8168/issues/54) --- src/r8168_n.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/r8168_n.c b/src/r8168_n.c index 7e9e2ea..3855910 100755 --- a/src/r8168_n.c +++ b/src/r8168_n.c @@ -86,6 +86,10 @@ #include <linux/mdio.h> #endif +#if LINUX_VERSION_CODE >= KERNEL_VERSION(6,4,10) +#include <net/gso.h> +#endif + #include <asm/io.h> #include <asm/irq.h>
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.