summaryrefslogtreecommitdiff
path: root/cesar/cl/src/cl.c
diff options
context:
space:
mode:
authorCeline Buret2011-03-02 19:49:02 +0100
committerCeline Buret2011-03-02 19:49:02 +0100
commit71c0f75556ae15d61ca0dcb404103b6a4c714cef (patch)
treed7719e4e5bf69a962c864f60c528e8f3946626bc /cesar/cl/src/cl.c
parentd67e246a58a4ac0637d6931fc2183df724c92bd0 (diff)
Revert "cesar[eoc]: fix unitary tests, no refs"
This reverts commit 4f5a3a30b324cfad485fe813f7fa37f65d1a3f8b.
Diffstat (limited to 'cesar/cl/src/cl.c')
-rw-r--r--cesar/cl/src/cl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cesar/cl/src/cl.c b/cesar/cl/src/cl.c
index b1ba27a841..17ca686e69 100644
--- a/cesar/cl/src/cl.c
+++ b/cesar/cl/src/cl.c
@@ -647,11 +647,9 @@ cl_data_send (cl_t *ctx, u8 *buffer, uint length, uint tag,
ctx->data_send_link.mfs->common.tei,
ctx->data_send_link.mfs->common.lid,
ctx->data_send_link.mfs->common.bcast);
-#if CONFIG_CL_EOC_ROUTE
if (ctx->data_send_link.mfs->seg_nb >= MFS_TX_MAX_SEG_NB)
(*ctx->data_tx.cb) (ctx->data_tx.user, buffer);
else
-#endif
sar_msdu_add (ctx->sar, buffer, length,
ctx->data_send_link.mfs, NULL,
arrival_time_ntb);