From: David S. Miller Date: Mon, 18 Apr 2016 18:45:09 +0000 (-0400) Subject: Merge branch 'fec-ksettings' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=52e36c4da4d863d020df1e989514819349fd73f8;p=linux-beck.git Merge branch 'fec-ksettings' Philippe Reynes says: ==================== fec: ethtool: move to new api {get|set}_link_ksettings 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, .... ==================== Signed-off-by: David S. Miller --- 52e36c4da4d863d020df1e989514819349fd73f8