mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 21:52:04 +00:00
net: phylink: add QSGMII support to phylink_mii_c22_pcs_encode_advertisement()
The QSGMII MAC-to-PHY reply is the same as the SGMII MAC-to-PHY reply. Add support for this to phylink_mii_c22_pcs_encode_advertisement(). Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk> Tested-by: Ioana Ciornei <ioana.ciornei@nxp.com> Reviewed-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
b4cbd7a933
commit
f56866c486
@ -2991,6 +2991,7 @@ int phylink_mii_c22_pcs_encode_advertisement(phy_interface_t interface,
|
||||
adv |= ADVERTISE_1000XPSE_ASYM;
|
||||
return adv;
|
||||
case PHY_INTERFACE_MODE_SGMII:
|
||||
case PHY_INTERFACE_MODE_QSGMII:
|
||||
return 0x0001;
|
||||
default:
|
||||
/* Nothing to do for other modes */
|
||||
|
Loading…
Reference in New Issue
Block a user