]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
net: qlogic: qlcnic: use new api ethtool_{get|set}_link_ksettings
authorPhilippe Reynes <tremyfr@gmail.com>
Sun, 19 Feb 2017 22:06:01 +0000 (23:06 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Feb 2017 16:22:19 +0000 (11:22 -0500)
commit49cef10ffaeadc9cbb056e9219b3cbaa33ecafca
tree2370351e712894ecba41d16af832cfec44122a9e
parente8846a56083aa05f4155c627531ecdcc299cc411
net: qlogic: qlcnic: 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: Philippe Reynes <tremyfr@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h
drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c