diff options
author | Philippe Reynes <tremyfr@gmail.com> | 2017-01-01 19:02:46 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-01-02 16:59:10 -0500 |
commit | e938ed150f1ed9410ff50d19ac32efdd26c77903 (patch) | |
tree | 5ce505a1e88ee1bd925635437468d03abb851080 /drivers/net/ethernet/sfc/falcon/efx.c | |
parent | 8e4881aa1d5d2f9c7ebfd0fe5e138f0cc345832c (diff) | |
download | talos-obmc-linux-e938ed150f1ed9410ff50d19ac32efdd26c77903.tar.gz talos-obmc-linux-e938ed150f1ed9410ff50d19ac32efdd26c77903.zip |
net: sfc: falcon: use new api ethtool_{get|set}_link_ksettings
The ethtool api {get|set}_settings is deprecated.
We move this driver to new api {get|set}_link_ksettings.
Signed-off-by: Philippe Reynes <tremyfr@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/sfc/falcon/efx.c')
-rw-r--r-- | drivers/net/ethernet/sfc/falcon/efx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/falcon/efx.c b/drivers/net/ethernet/sfc/falcon/efx.c index 5c5cb3c4c12e..438ef9e7a10d 100644 --- a/drivers/net/ethernet/sfc/falcon/efx.c +++ b/drivers/net/ethernet/sfc/falcon/efx.c @@ -986,7 +986,7 @@ void ef4_mac_reconfigure(struct ef4_nic *efx) /* Push loopback/power/transmit disable settings to the PHY, and reconfigure * the MAC appropriately. All other PHY configuration changes are pushed - * through phy_op->set_settings(), and pushed asynchronously to the MAC + * through phy_op->set_link_ksettings(), and pushed asynchronously to the MAC * through ef4_monitor(). * * Callers must hold the mac_lock |