Re: [PATCH 0/3] fec: ethtool: move to new api {get|set}_link_ksettings

From: David Miller
Date: Mon Apr 18 2016 - 14:45:32 EST


From: Philippe Reynes <tremyfr@xxxxxxxxx>
Date: Fri, 15 Apr 2016 00:34:58 +0200

> Ethtool has a new api {get|set}_link_ksettings that deprecate
> the old api {get|set}_settings. We update the fec driver to use
> this new ethtool api.
>
> For this first version, I've converted old u32 value in phy structure
> to link_modes structure. Another way would be to replace u32 in
> phy structure to use DECLARE_LINK_MODE_MASK for advertising, ....

Series applied, thanks.