Re: [PATCH 1/3] net: mii: add generic function to support ksetting support

2016-11-02 Thread David Miller
From: Philippe Reynes Date: Tue, 1 Nov 2016 16:32:25 +0100 > The old ethtool api (get_setting and set_setting) has generic mii > functions mii_ethtool_sset and mii_ethtool_gset. > > To support the new ethtool api ({get|set}_link_ksettings), we add > two generics mii function mii_ethtool_{get|se

[PATCH 1/3] net: mii: add generic function to support ksetting support

2016-11-01 Thread Philippe Reynes
The old ethtool api (get_setting and set_setting) has generic mii functions mii_ethtool_sset and mii_ethtool_gset. To support the new ethtool api ({get|set}_link_ksettings), we add two generics mii function mii_ethtool_{get|set}_link_ksettings_get. Signed-off-by: Philippe Reynes --- drivers/net