Skip to content

Commit 8136e09

Browse files
author
William Gathoye
committed
ETHTOOL_COALESCE_USECS only appeared with 5.7-rc1, not 5.6
1 parent 1ae9241 commit 8136e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r8152.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17134,7 +17134,7 @@ static int rtl8152_set_ringparam(struct net_device *netdev,
1713417134
}
1713517135

1713617136
static const struct ethtool_ops ops = {
17137-
#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0)
17137+
#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,7,0)
1713817138
.supported_coalesce_params = ETHTOOL_COALESCE_USECS,
1713917139
#endif
1714017140
.get_drvinfo = rtl8152_get_drvinfo,

0 commit comments

Comments
 (0)