From 6ccea8e110a2b1bca8406d5d85554d9c7861c188 Mon Sep 17 00:00:00 2001 From: laranjeiro Date: Mon, 25 Aug 2008 11:40:02 +0000 Subject: 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 --- cesar/hal/phy/src/bridgedma_soft.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'cesar/hal/phy/src') 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); } } -- cgit v1.2.3