Commit cbcaf318 authored by Aurelio Colosimo's avatar Aurelio Colosimo

arch-wrpc: set nlinks=0 in pp_globals

According to previous patch, since wrc is a single interface architecture,
set nlinks=0 so that pp_links configuration will not be searched for in
ptp engine.
Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
parent 4dd506da
......@@ -51,11 +51,11 @@ struct pp_instance ppi_static = {
.portDS = &portDS,
.n_ops = &wrpc_net_ops,
.t_ops = &wrpc_time_ops,
.iface_name = "wr1",
};
/* We now have a structure with all globals, and multiple ppi inside */
static struct pp_globals ppg_static = {
.nlinks = 1,
.pp_instances = &ppi_static,
.servo = &servo,
.defaultDS = &defaultDS,
......
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