net: ethernet: ll_temac: Utilize phy_ethtool_nway_reset
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8fd9ce0b76
commit
16250527b3
@ -967,13 +967,8 @@ static const struct attribute_group temac_attr_group = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* ethtool support */
|
/* ethtool support */
|
||||||
static int temac_nway_reset(struct net_device *ndev)
|
|
||||||
{
|
|
||||||
return phy_start_aneg(ndev->phydev);
|
|
||||||
}
|
|
||||||
|
|
||||||
static const struct ethtool_ops temac_ethtool_ops = {
|
static const struct ethtool_ops temac_ethtool_ops = {
|
||||||
.nway_reset = temac_nway_reset,
|
.nway_reset = phy_ethtool_nway_reset,
|
||||||
.get_link = ethtool_op_get_link,
|
.get_link = ethtool_op_get_link,
|
||||||
.get_ts_info = ethtool_op_get_ts_info,
|
.get_ts_info = ethtool_op_get_ts_info,
|
||||||
.get_link_ksettings = phy_ethtool_get_link_ksettings,
|
.get_link_ksettings = phy_ethtool_get_link_ksettings,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user