On Sun, Feb 18, 2024 at 11:07:06AM -0600, Andrew Lunn wrote: > All MAC drivers have been converted to use the link mode members of > keee. So remove the _u32 values, and the code in the ethtool core to > convert the legacy _u32 values to link modes. > > Signed-off-by: Andrew Lunn <andrew@xxxxxxx> > --- > include/linux/ethtool.h | 3 --- > net/ethtool/eee.c | 31 ++++--------------------------- > net/ethtool/ioctl.c | 29 ++++++++++------------------- > 3 files changed, 14 insertions(+), 49 deletions(-) Nice :) Reviewed-by: Simon Horman <horms@xxxxxxxxxx> ...