summaryrefslogtreecommitdiffstats
path: root/include/linux/ethtool.h
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2024-02-26 19:29:15 -0600
committerDavid S. Miller <davem@davemloft.net>2024-02-28 12:18:05 +0000
commit292fac464b012200c4e99d08974fed3bc087b848 (patch)
tree163693e6b513fa46a2b78ef67b33198073a8e592 /include/linux/ethtool.h
parent1e45b5f28a57f5cc89dfa7d3eaf2c65d5ba3cc0e (diff)
downloadlinux-292fac464b012200c4e99d08974fed3bc087b848.tar.gz
linux-292fac464b012200c4e99d08974fed3bc087b848.tar.bz2
linux-292fac464b012200c4e99d08974fed3bc087b848.zip
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>
Diffstat (limited to 'include/linux/ethtool.h')
-rw-r--r--include/linux/ethtool.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h
index b90c33607594..9901e563f706 100644
--- a/include/linux/ethtool.h
+++ b/include/linux/ethtool.h
@@ -226,9 +226,6 @@ struct ethtool_keee {
__ETHTOOL_DECLARE_LINK_MODE_MASK(supported);
__ETHTOOL_DECLARE_LINK_MODE_MASK(advertised);
__ETHTOOL_DECLARE_LINK_MODE_MASK(lp_advertised);
- u32 supported_u32;
- u32 advertised_u32;
- u32 lp_advertised_u32;
u32 tx_lpi_timer;
bool tx_lpi_enabled;
bool eee_active;