We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae9241 commit 8136e09Copy full SHA for 8136e09
r8152.c
@@ -17134,7 +17134,7 @@ static int rtl8152_set_ringparam(struct net_device *netdev,
17134
}
17135
17136
static const struct ethtool_ops ops = {
17137
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,7,0)
17138
.supported_coalesce_params = ETHTOOL_COALESCE_USECS,
17139
#endif
17140
.get_drvinfo = rtl8152_get_drvinfo,
0 commit comments