Commit 0252ba93 authored by li hongming's avatar li hongming

When CUTE-WR-DP is powered up and link is down, disable its PTP servo.

parent 90f2d906
......@@ -160,7 +160,7 @@ static int wrc_check_link(void)
if (first_run==0)
{
for(port=0; port<wr_num_ports; port++) {
prev_state[port] = 0;
prev_state[port] = -1;
}
first_run++;
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment