r8169: remove not needed PHY soft reset in rtl8168e_2_hw_phy_config
authorHeiner Kallweit <hkallweit1@gmail.com>
Tue, 20 Feb 2018 06:30:16 +0000 (07:30 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Feb 2018 18:16:14 +0000 (13:16 -0500)
commit4be83e5aa21e667b0c25e2e87e5bb9bf260d870d
tree678ca9f9940474993970072e559948157663dddc
parentccc007e4a746bb592d3e72106f00241f81d51410
r8169: remove not needed PHY soft reset in rtl8168e_2_hw_phy_config

rtl8169_init_phy() resets the PHY anyway after applying the chip-specific
PHY configuration. So we don't need to soft-reset the PHY as part of the
chip-specific configuration.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169.c