On 24.02.2019 18:57, Andrew Lunn wrote:
> On Sun, Feb 24, 2019 at 06:01:18PM +0100, Heiner Kallweit wrote:
>> With the switch to phy_resolve_aneg_linkmode() we don't read from the
>> chip any longer what is advertised but use phydev->advertising directly.
>> For a fixed phy however this bitmap is empty so far, what results in
>> no common mode being found. This breaks DSA. Fix this by advertising
>> everything that is supported. For a normal phy this done by phy_probe().
>>
>> Fixes: 5502b218e001 ("net: phy: use phy_resolve_aneg_linkmode in
>> genphy_read_status")
>> Signed-off-by: Heiner Kallweit <[email protected]>
>
> Tested-by: Andrew Lunn <[email protected]>
>
> But i tested on net-next, not net.
>
You're right, it should be net-next. I just had the wrong automatism
fix = net in my mind.
> Andrew
>
>
Heiner