Merge branch 'fec-ksettings'
authorDavid S. Miller <davem@davemloft.net>
Mon, 18 Apr 2016 18:45:09 +0000 (14:45 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Apr 2016 18:45:09 +0000 (14:45 -0400)
commit52e36c4da4d863d020df1e989514819349fd73f8
treea39e165b33e30851bca865479d6d40f3a790eb3d
parent2a2bbf170054e2525f11e08bb36d4027d76b7bff
parent54846f5838d871ad69ebe6eb1999cae3867dabc7
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 <davem@davemloft.net>