Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Three sets of overlapping changes, two in the packet scheduler and one in the meson-gxl PHY driver. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -637,6 +637,10 @@ static int m88e1510_config_aneg(struct phy_device *phydev)
|
||||
if (err < 0)
|
||||
goto error;
|
||||
|
||||
/* Do not touch the fiber page if we're in copper->sgmii mode */
|
||||
if (phydev->interface == PHY_INTERFACE_MODE_SGMII)
|
||||
return 0;
|
||||
|
||||
/* Then the fiber link */
|
||||
err = marvell_set_page(phydev, MII_MARVELL_FIBER_PAGE);
|
||||
if (err < 0)
|
||||
|
Reference in New Issue
Block a user