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>
This commit is contained in:

committed by
David S. Miller

parent
8e4881aa1d
commit
e938ed150f
@@ -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
|
||||
|
Reference in New Issue
Block a user