mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 01:31:30 +03:00
Issue: on resume the mac set speed is not called due to which the data transmissions are not happening in alternate suspend resume cycles. This is because the oldlink status is not set to 1 during the successful resume, in set_speed_work_func retries Fix: set oldlink to 1 once setspeed is successful in function set_speed_work_func, so that next time ether_adjust_link will call the set speed after resume Bug 4891730 Change-Id: Iadb426f2cada99387ce180dfa2d0c9ee57e7ccd5 Signed-off-by: Bibhay Ranjan <bibhayr@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3260342 Reviewed-by: Bhadram Varka <vbhadram@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Ashutosh Jha <ajha@nvidia.com>