Merge branch 'net-ethtool-Untangle-PHYLIB-dependency'
authorDavid S. Miller <davem@davemloft.net>
Tue, 7 Jul 2020 22:41:05 +0000 (15:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Jul 2020 22:41:05 +0000 (15:41 -0700)
commit417e19d12be49e86f29c5d3410b65adc6a3e2a0a
treec71cc2bbc12802028a4319d89c9f3df471e9b4a0
parent1a4d681634fad302157afcb53a178c4c59cb75ee
parentf3631ab08eeb67ad023ba1b37004ecba0158f93f
Merge branch 'net-ethtool-Untangle-PHYLIB-dependency'

Florian Fainelli says:

====================
net: ethtool: Untangle PHYLIB dependency

This patch series untangles the ethtool netlink dependency with PHYLIB
which exists because the cable test feature calls directly into PHY
library functions. The approach taken here is to introduce
ethtool_phy_ops function pointers which can be dynamically registered
when PHYLIB loads.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>