summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2022-05-16 08:34:57 -0700
committerStephen Hemminger <stephen@networkplumber.org>2022-05-16 10:21:03 -0700
commit6b6979b9d443d5008e9db5dbf2849de619a8fa67 (patch)
treeb8eed36eb8dfdc00ffa5261e0880c071ada496b1
parent19c3e009e3cb70e0e5504f5e8c3e918ec943514c (diff)
downloadiproute2-warnings.tar.gz
iplink: remove GSO_MAX_SIZE definitionwarnings
David removed the check using GSO_MAX_SIZE in commit f1d18e2e6ec5 ("Update kernel headers"). Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--ip/iplink.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ip/iplink.c b/ip/iplink.c
index 7accd378..a30dde0e 100644
--- a/ip/iplink.c
+++ b/ip/iplink.c
@@ -35,9 +35,6 @@
#define IPLINK_IOCTL_COMPAT 1
-#ifndef GSO_MAX_SIZE
-#define GSO_MAX_SIZE 65536
-#endif
#ifndef GSO_MAX_SEGS
#define GSO_MAX_SEGS 65535
#endif