https://github.com/torvalds/linux
Revision cf18b7788fe1bf99e9c2ab580b065bf2d3cb1a34 authored by Jérôme Pouiller on 03 December 2015, 09:02:35 UTC, committed by David S. Miller on 03 December 2015, 20:26:13 UTC
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 <jezz@sysmic.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent c5ba5c8
History
Tip revision: cf18b7788fe1bf99e9c2ab580b065bf2d3cb1a34 authored by Jérôme Pouiller on 03 December 2015, 09:02:35 UTC
net: phy: reset only targeted phy
Tip revision: cf18b77

back to top