commit | 417e19d12be49e86f29c5d3410b65adc6a3e2a0a | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Jul 07 15:41:05 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 07 15:41:05 2020 -0700 |
tree | c71cc2bbc12802028a4319d89c9f3df471e9b4a0 | |
parent | 1a4d681634fad302157afcb53a178c4c59cb75ee [diff] | |
parent | f3631ab08eeb67ad023ba1b37004ecba0158f93f [diff] |
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>