From: Eric Dumazet Date: Mon, 16 May 2022 15:34:57 +0000 (-0700) Subject: iplink: remove GSO_MAX_SIZE definition X-Git-Tag: v5.18.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b6979b9d443d5008e9db5dbf2849de619a8fa67;p=thirdparty%2Fiproute2.git iplink: remove GSO_MAX_SIZE definition David removed the check using GSO_MAX_SIZE in commit f1d18e2e6ec5 ("Update kernel headers"). Signed-off-by: Eric Dumazet Signed-off-by: Stephen Hemminger --- diff --git a/ip/iplink.c b/ip/iplink.c index 7accd3786..a30dde0e3 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