From 928e51a964060d0eae07db673a297e037fe3bc93 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Sat, 7 Oct 2023 10:12:19 -0400 Subject: [PATCH] MT#55283 fix kernel versioning mixup The wrong version was used in the version test Change-Id: I0706a13074ce574c0ec73af6e72069147b499b80 --- kernel-module/xt_RTPENGINE.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel-module/xt_RTPENGINE.c b/kernel-module/xt_RTPENGINE.c index 62244a0f7..043972659 100644 --- a/kernel-module/xt_RTPENGINE.c +++ b/kernel-module/xt_RTPENGINE.c @@ -95,7 +95,7 @@ MODULE_ALIAS("ip6t_RTPENGINE"); #define xt_action_param xt_target_param #endif -#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,4,0) +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,10,0) #define PAR_STATE_NET(p) (p)->state->net #else #define PAR_STATE_NET(p) (p)->net