Commit df6e0c97 authored by Tristan Gingold's avatar Tristan Gingold

net: remove unused dmtd_phase field in wrpc_socket

parent a9b13673
......@@ -45,7 +45,7 @@ struct wrpc_socket {
uint16_t prio;
uint32_t phase_transition;
uint32_t dmtd_phase;
struct sockq queue;
};
......
......@@ -78,7 +78,6 @@ struct wrpc_socket *ptpd_netif_create_socket(struct wrpc_socket *sock,
wrpc_get_port_state(&pstate);
sock->phase_transition = pstate.t2_phase_transition;
sock->dmtd_phase = pstate.phase_val;
/*packet queue */
sock->queue.head = sock->queue.tail = 0;
......
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