【完善】PHY 状态检测驱动

This commit is contained in:
SummerGift 2019-06-10 17:23:35 +08:00
parent 8710b1fd06
commit 44e70b3c0d
1 changed files with 5 additions and 0 deletions

View File

@ -501,9 +501,14 @@ static void phy_monitor_thread_entry(void *parameter)
else else
{ {
LOG_D("PHY Control/Status REG read error."); LOG_D("PHY Control/Status REG read error.");
continue;
} }
} }
} }
else
{
continue;
}
/* linkchange */ /* linkchange */
if (phy_speed_new != phy_speed) if (phy_speed_new != phy_speed)