From: Jérôme Pouiller
Date: Thu, 3 Dec 2015 10:02:35 +0100
> It is possible to address another chip on same MDIO bus. The case is
> correctly handled for media advertising. It is taken into account
> only if mii_data->phy_id == phydev->addr. However, this condition
> was missing for reset case.
It is possible to address another chip on same MDIO bus. The case is
correctly handled for media advertising. It is taken into account
only if mii_data->phy_id == phydev->addr. However, this condition
was missing for reset case.
Signed-off-by: Jérôme Pouiller
---
drivers/net/phy/phy.c | 3 ++-
1