]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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)
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>

Trivial merge