summaryrefslogtreecommitdiff
path: root/cesar/hal
diff options
context:
space:
mode:
authorlaranjeiro2008-08-25 11:40:02 +0000
committerlaranjeiro2008-08-25 11:40:02 +0000
commit6ccea8e110a2b1bca8406d5d85554d9c7861c188 (patch)
treebc82667a3c8960b0e3e1254c75e08fb1be89652e /cesar/hal
parent2d07960ca16d72bcea6318f2c74083616deb816d (diff)
hal/phy/bridgedma: Removed comments in the bridgedma soft part.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2752 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/hal')
-rw-r--r--cesar/hal/phy/src/bridgedma_soft.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/cesar/hal/phy/src/bridgedma_soft.c b/cesar/hal/phy/src/bridgedma_soft.c
index 17a7c8704e..a351629c1f 100644
--- a/cesar/hal/phy/src/bridgedma_soft.c
+++ b/cesar/hal/phy/src/bridgedma_soft.c
@@ -245,14 +245,6 @@ _job_process(phy_bridgedma_t *ctx, phy_bridgedma_job_t *job)
((unsigned char *)&job->mf_header1) + 2, /* little endian !!! */
4,
MACFRAME_TO_PB); /* we are in little endian for simulator... */
-
-// See section 4.3.6
-// if(!job->crc_error)
-// ctx->proto_ctx.icv_current =
-// bridgedma_crc_compute_continue_block(
-// &ctx->proto_ctx.crc_ctx,
-// ctx->proto_ctx.icv_current,
-// ((unsigned char *)&job->mf_header1) + 2, 4);
}
}
@@ -327,13 +319,6 @@ _job_process(phy_bridgedma_t *ctx, phy_bridgedma_job_t *job)
((unsigned char *)&job->mf_header1) + 2, /* little endian */
4,
PB_TO_MACFRAME); /* we are in little endian for simulator... */
-
-// See section 4.3.6
-// ctx->proto_ctx.icv_current =
-// bridgedma_crc_compute_continue_block(
-// &ctx->proto_ctx.crc_ctx,
-// ctx->proto_ctx.icv_current,
-// ((unsigned char *)&job->mf_header1) + 2, 4);
}
}