Merge branch 'remove-phylink_state-s-an_enabled-member'
authorJakub Kicinski <kuba@kernel.org>
Thu, 23 Mar 2023 05:43:06 +0000 (22:43 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 23 Mar 2023 05:43:06 +0000 (22:43 -0700)
commitb50fea1f261d2f011e9ee28e3e30c21eb2e680d5
treee0ff90b8290efbe3004ad0307b0fdcebe0f330fa
parent1cc6571f562774f1d928dc8b3cff50829b86e970
parent4ee9b0dcf09f426fbad7ed132d73ea2ba379d8ee
Merge branch 'remove-phylink_state-s-an_enabled-member'

Russell King says:

====================
Remove phylink_state's an_enabled member

Now that all the fixes and correctness patches have been merged, it is
time to switch the two users that make use of .an_enabled to check the
Autoneg bit in the advertising mask, and finally remove the
.an_enabled member.

The first two patches remove the last uses of .an_enabled, which are
in DPAA2 and XPCS. The final patch removes the member.
====================

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