]> asedeno.scripts.mit.edu Git - linux.git/commit
igb: use new API ethtool_{get|set}_link_ksettings
authorPhilippe Reynes <tremyfr@gmail.com>
Sun, 5 Feb 2017 17:55:44 +0000 (18:55 +0100)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 21 Mar 2017 22:42:19 +0000 (15:42 -0700)
commitc19153008ba0f7b86234820e8a87d58806707a15
tree7ddaa1f5d5f91fba513724bf1f79c3a9a7cd2c4e
parentfb052fdd2662f7725b9b86889a6664523f872aab
igb: 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>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/igb_ethtool.c