Re: [PATCH v3 0/3] net: phy: add phy_ethtool_{get|set}_link_ksettings

From: David Miller
Date: Tue May 10 2016 - 15:06:42 EST


From: Philippe Reynes <tremyfr@xxxxxxxxx>
Date: Tue, 10 May 2016 00:19:40 +0200

> Ethtool callbacks {get|set}_link_ksettings may be the
> same for many drivers. So we add two generics callbacks
> phy_ethtool_{get|set}_link_ksettings.
>
> To use those generics callbacks, the ethernet driver must
> use the pointer phydev contained in struct net_device, and
> not use a private structure to store this pointer.

Series applied, thanks.