Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: r6040: Allow restarting auto-negotiation

Use phy_ethtool_nway_reset() since the driver makes use of the PHY
library.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Florian Fainelli and committed by
David S. Miller
5d6c3d91 2ae83ed2

+1
+1
drivers/net/ethernet/rdc/r6040.c
··· 943 943 .get_ts_info = ethtool_op_get_ts_info, 944 944 .get_link_ksettings = phy_ethtool_get_link_ksettings, 945 945 .set_link_ksettings = phy_ethtool_set_link_ksettings, 946 + .nway_reset = phy_ethtool_nway_reset, 946 947 }; 947 948 948 949 static const struct net_device_ops r6040_netdev_ops = {