summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/inc
diff options
context:
space:
mode:
authordufour2009-07-16 09:13:44 +0000
committerdufour2009-07-16 09:13:44 +0000
commit63d4a86f655291529604d6beca1dcef5ffb7bc82 (patch)
tree8849d1c5d1526b705e27c6ae6345aaea77617c5e /cesar/ce/rx/inc
parent51fb6d55809b084e7a5910d77657753ddcca8974 (diff)
* ce/rx:
- copy the whole rx params structure rather than just the TEI. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4988 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/ce/rx/inc')
-rw-r--r--cesar/ce/rx/inc/measure.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cesar/ce/rx/inc/measure.h b/cesar/ce/rx/inc/measure.h
index 9e3c01a112..271884b30d 100644
--- a/cesar/ce/rx/inc/measure.h
+++ b/cesar/ce/rx/inc/measure.h
@@ -17,6 +17,7 @@
#include "mac/sar/sar.h"
#include "ce/rx/rx.h"
#include "ce/rx/measure.h"
+#include "mac/pbproc/pbproc.h"
/**
* Ask the PBPDMA to divide the channel data by the number of symbol.
@@ -35,7 +36,7 @@ typedef struct ce_rx_measure_mbox_t
/**
* TEI of the station.
*/
- u8 tei;
+ pbproc_rx_params_t rx_params;
/**
* Pointer to the beginning of the channel data.
*/