]> git.baikalelectronics.ru Git - kernel.git/commit
net: phylink: consider QSGMII interface mode in phylink_mii_c22_pcs_get_state
authorIoana Ciornei <ioana.ciornei@nxp.com>
Sun, 30 Aug 2020 08:33:59 +0000 (11:33 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 Aug 2020 19:52:33 +0000 (12:52 -0700)
commit6f988e57b6035aabbfd7b9aaace46177891cc275
treee0fae05f20f90a01510773090fc0c629740c6293
parentc2038ba7b5005430751bd200efd1eeb7afacc5fd
net: phylink: consider QSGMII interface mode in phylink_mii_c22_pcs_get_state

The same link partner advertisement word is used for both QSGMII and
SGMII, thus treat both interface modes using the same
phylink_decode_sgmii_word() function.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Reviewed-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phylink.c