]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'pcs_get_state-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 17 Mar 2023 08:19:03 +0000 (08:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Mar 2023 08:19:03 +0000 (08:19 +0000)
Russell King (Oracle) says:

====================
Minor fixes for pcs_get_state() implementations

This series contains a number fixes for minor issues with some
pcs_get_state() implementations, particualrly for the phylink
state->an_enabled member. As they are minor, I'm suggesting we
queue them in net-next as there is follow-on work for these, and
there is no urgency for them to be in -rc.

Just like phylib, state->advertising's Autoneg bit is a copy of
state->an_enabled, and thus it is my intention to remove
state->an_enabled from phylink to simplify things.

This series gets rid of state->an_enabled assignments or
reporting that should never have been there.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge