Merge branch 'usbnet-ksettings'
authorDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2017 23:04:01 +0000 (16:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2017 23:04:01 +0000 (16:04 -0700)
commitb6e13aeaa40017a6caeec89759827e220381d27d
tree3e77e7be571ab5b138b05793440082806c508358
parent37a30b435b92a6b577795c642b6326fd0ea96e3f
parentbde87ad64c4cee7a1d5b41d217b440e21050813e
Merge branch 'usbnet-ksettings'

Philippe Reynes says:

====================
net: usbnet: move to new api ethtool_{get|set}_link_ksettings

The ethtool api {get|set}_settings is deprecated. On usbnet, it
was often implemented with usbnet_{get|set}_settings.

In this series, I add usbnet_{get|set}_link_ksettings
in the first patch, then I update all the driver to
use this new api, and in the last patch I remove the
old api usbnet_{get|set}_settings.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>