Merge branch 'net-eee-network-driver-cleanups'
authorJakub Kicinski <kuba@kernel.org>
Wed, 7 Feb 2024 17:03:40 +0000 (09:03 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 7 Feb 2024 17:03:40 +0000 (09:03 -0800)
commitddb2d2a8e81474f61f2c6f0b9b3b4fb0d90677d0
tree2ba40faec58e4638f124097fd0bbe858b9109b30
parent1e8f1477aba53fa900f1c318fe675f8f945a4781
parent3465df5533af94af8e3d3a524329e21a7698618c
Merge branch 'net-eee-network-driver-cleanups'

Russell King says:

====================
net: eee network driver cleanups

Since commit d1420bb99515 ("net: phy: improve generic EEE ethtool
functions") changed phylib to set eee->eee_active and eee->eee_enabled,
overriding anything that drivers have set these to prior to calling
phy_ethtool_get_eee().

Therefore, drivers setting these members becomes redundant, since
phylib overwrites the values they set. This series finishes off
Heiner's work in the referenced commit by removing these redundant
writes in various drivers and any associated code or structure members
that become unnecessary.
====================

Link: https://lore.kernel.org/r/Zb9/O81fVAZw4ANr@shell.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>