diff options
author | Andrew Lunn <andrew@lunn.ch> | 2024-02-27 04:29:15 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-02-28 15:18:05 +0300 |
commit | 292fac464b012200c4e99d08974fed3bc087b848 (patch) | |
tree | 163693e6b513fa46a2b78ef67b33198073a8e592 /include/linux/ethtool.h | |
parent | 1e45b5f28a57f5cc89dfa7d3eaf2c65d5ba3cc0e (diff) | |
download | linux-292fac464b012200c4e99d08974fed3bc087b848.tar.xz |
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.h | 3 |
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; |