commit | becd837eebc529e0b95f5994c52f93df3baed039 | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Thu Jan 09 20:25:31 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 10 16:41:34 2020 -0800 |
tree | 016f7f96cd6b498439256e7a6a70cd644b94176d | |
parent | 916d08f640092397f403924f9b061d7d883a8217 [diff] |
r8169: prepare for exporting rtl_hw_phy_config In preperation of factoring out the PHY configuration to a separate source file this patch: - avoids accessing rtl8169_private internals by passing the phy_device and mac_version as separate parameters - renames rtl_hw_phy_config to r8169_hw_phy_config to avoid namespace clashes with other drivers for Realtek hardware Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>