Commit 8d3df49c authored by Alessandro Rubini's avatar Alessandro Rubini

ptp bugfix: wr hook for master should continue

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 87a59334
......@@ -101,7 +101,7 @@ static int wr_master_msg(struct pp_instance *ppi, unsigned char *pkt, int plen,
case PPM_PDELAY_REQ:
wr_handle_preq(ppi);
msgtype = PPM_NOTHING_TO_DO;
msgtype = PPM_PDELAY_REQ; /* normal management continues */
break;
/* This is missing in the standard protocol */
......
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