summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2011-09-03 14:08:07 +0200
committerSylvain Munaut <tnt@246tNt.com>2011-11-13 20:26:22 +0100
commitee3017725dd31979b836f240cc2534f795aa1d6b (patch)
treefc343fd92589463e8f0bd33dc8836a707d6e60db
parent83434a0de59eb67e640da3c572001fd591f85cc2 (diff)
[HACK] Disable neighbor measurement task
We really don't care about this and this seems to interfere with sync for some reason ... Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--src/target/firmware/layer1/l23_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/layer1/l23_api.c b/src/target/firmware/layer1/l23_api.c
index 3c2256dc..24c6d3ae 100644
--- a/src/target/firmware/layer1/l23_api.c
+++ b/src/target/firmware/layer1/l23_api.c
@@ -251,7 +251,7 @@ static void l1ctl_rx_dm_est_req(struct msgb *msg)
}
/* figure out which MF tasks to enable */
- l1a_mftask_set(chan_nr2mf_task_mask(ul->chan_nr, NEIGH_MODE_PM));
+ l1a_mftask_set(chan_nr2mf_task_mask(ul->chan_nr, 0));
}
/* receive a L1CTL_DM_FREQ_REQ from L23 */