]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
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)
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>

Trivial merge