提交 bcb58f77 编写于 作者: P Philippe Reynes 提交者: David S. Miller

net: usb: dm9601: 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.

As I don't have the hardware, I'd be very pleased if
someone may test this patch.
Signed-off-by: NPhilippe Reynes <tremyfr@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 d0b3ab30
...@@ -281,9 +281,9 @@ static const struct ethtool_ops dm9601_ethtool_ops = { ...@@ -281,9 +281,9 @@ static const struct ethtool_ops dm9601_ethtool_ops = {
.set_msglevel = usbnet_set_msglevel, .set_msglevel = usbnet_set_msglevel,
.get_eeprom_len = dm9601_get_eeprom_len, .get_eeprom_len = dm9601_get_eeprom_len,
.get_eeprom = dm9601_get_eeprom, .get_eeprom = dm9601_get_eeprom,
.get_settings = usbnet_get_settings,
.set_settings = usbnet_set_settings,
.nway_reset = usbnet_nway_reset, .nway_reset = usbnet_nway_reset,
.get_link_ksettings = usbnet_get_link_ksettings,
.set_link_ksettings = usbnet_set_link_ksettings,
}; };
static void dm9601_set_multicast(struct net_device *net) static void dm9601_set_multicast(struct net_device *net)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册