5337e233d5
When integrating WoL support for the RTL8211F device, a duplicated suspend entry was added for this device. The difference between the rtl821x_suspend() and the genphy_suspend() functions is that the rtl821x_suspend() will only call genphy_suspend() and disable clocks if WoL is not enabled. Therefore, remove the duplicated suspend entry that calls genphy_suspend() to ensure the PHY is not suspend if WoL is enabled. Bug 200562291 Change-Id: I9d5be01d46ee63caba9c6817b910283bf2fac69c Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/3rdparty/canonical/linux-noble/+/3464990 (cherry picked from commit ca29769be9997f8196e0a2209e40a134c344807a) Reviewed-on: https://git-master.nvidia.com/r/c/3rdparty/canonical/linux-noble/+/3469208 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Brad Griffis <bgriffis@nvidia.com>