summaryrefslogtreecommitdiff
path: root/cesar/mac/pbproc/pbproc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/mac/pbproc/pbproc.h')
-rw-r--r--cesar/mac/pbproc/pbproc.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/cesar/mac/pbproc/pbproc.h b/cesar/mac/pbproc/pbproc.h
index 0cf54548a4..fd008a610f 100644
--- a/cesar/mac/pbproc/pbproc.h
+++ b/cesar/mac/pbproc/pbproc.h
@@ -38,6 +38,8 @@ struct pbproc_rx_params_t
uint fl_tck;
/** TEI of the transmitter. */
u8 tei;
+ /** TEI of the receiver. */
+ u8 dtei;
/** Link ID of this MPDU. */
u8 lid;
/** Short network identifier. */
@@ -58,10 +60,22 @@ struct pbproc_rx_params_t
u8 ble;
/** PB size (PHY_PB_SIZE_136 or PHY_PB_SIZE_520). */
u8 pb_size;
+ /** Number of symbols, 0, 1, 2 or more. */
+ u8 num_sym;
/** Tone map index. */
u8 tmi_av;
/** MPDU count. */
u8 mpdu_cnt;
+ /** Burst count. */
+ u8 burst_cnt;
+ /** Bidirectional burst flag. */
+ bool bbf;
+ /** Max reverse transmission frame length. */
+ u8 mrtfl;
+ /** Different CP PHY clock flag. */
+ bool dcppcf;
+ /** Request SACK retransmission. */
+ bool rsr;
/** Beacon detect flag. */
bool bdf;
/** Homeplug 1.0.1 detect flag. */