Re: [PATCH net-next 7/7] net: phy: marvell10g: add support for the 88x2110 PHY

From: Andrew Lunn
Date: Sun Jan 20 2019 - 14:10:50 EST


> + /* Make sure we advertise all the supported modes, and not just the
> + * default one specified in the driver's .features.
> + */
> + linkmode_copy(phydev->advertising, phydev->supported);

We need to look a this. This is something the core should be doing.

Andrew