Message ID | 20200830083402.11047-3-ioana.ciornei@nxp.com |
---|---|
State | New |
Headers | show |
Series | [net-next,v5,1/5] net: phylink: add helper function to decode USXGMII word | expand |
diff --git a/drivers/net/phy/phylink.c b/drivers/net/phy/phylink.c index d7810c908bb3..0219ddf94e92 100644 --- a/drivers/net/phy/phylink.c +++ b/drivers/net/phy/phylink.c @@ -2404,6 +2404,7 @@ void phylink_mii_c22_pcs_get_state(struct mdio_device *pcs, break; case PHY_INTERFACE_MODE_SGMII: + case PHY_INTERFACE_MODE_QSGMII: phylink_decode_sgmii_word(state, lpa); break;