summaryrefslogtreecommitdiff
path: root/cesar/mac/pbproc/inc/fsm_rx_data.h
diff options
context:
space:
mode:
authorNicolas Schodet2011-08-12 14:35:34 +0200
committerNicolas Schodet2011-09-16 14:58:08 +0200
commit10f48a2779ee7baad125d6926ef265e549996555 (patch)
tree5c129663534254486ccd6effde85b2b3e658877e /cesar/mac/pbproc/inc/fsm_rx_data.h
parent83ef436d13bdbb8681eee93208750ac2332d1dac (diff)
cesar/mac/pbproc: decode FC data in byte aligned structure, refs #1431
In order to improve CPU performance, received FC data is directly parsed into RX parameters structure used by the software instead of FCs bitfield structures. The same structure is used, independent from the FC type which was used to transmit data (SOF/RSOF).
Diffstat (limited to 'cesar/mac/pbproc/inc/fsm_rx_data.h')
-rw-r--r--cesar/mac/pbproc/inc/fsm_rx_data.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cesar/mac/pbproc/inc/fsm_rx_data.h b/cesar/mac/pbproc/inc/fsm_rx_data.h
index 6e9eddf707..6de044bc55 100644
--- a/cesar/mac/pbproc/inc/fsm_rx_data.h
+++ b/cesar/mac/pbproc/inc/fsm_rx_data.h
@@ -26,10 +26,9 @@ pbproc_frda_init (pbproc_t *ctx);
* Handle a RX data, called from handle_fc.
* \param ctx pbproc context
* \param rx_date start of preamble date
- * \param sof SOF frame control
*/
void
-pbproc_frda__handle (pbproc_t *ctx, u32 rx_date, const pbproc_fc_sof_t *sof);
+pbproc_frda__handle (pbproc_t *ctx, u32 rx_date);
/**
* RX DATA WACK =PBDMA=>.