net: ethtool: eee: Remove legacy _u32 from keee
authorAndrew Lunn <andrew@lunn.ch>
Tue, 27 Feb 2024 01:29:15 +0000 (19:29 -0600)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Feb 2024 12:18:05 +0000 (12:18 +0000)
commit292fac464b012200c4e99d08974fed3bc087b848
tree163693e6b513fa46a2b78ef67b33198073a8e592
parent1e45b5f28a57f5cc89dfa7d3eaf2c65d5ba3cc0e
net: ethtool: eee: Remove legacy _u32 from keee

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.

Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/ethtool.h
net/ethtool/eee.c
net/ethtool/ioctl.c