summaryrefslogtreecommitdiff
path: root/cesar/mac/sar/inc/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/mac/sar/inc/context.h')
-rw-r--r--cesar/mac/sar/inc/context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cesar/mac/sar/inc/context.h b/cesar/mac/sar/inc/context.h
index 515818c500..af63191e57 100644
--- a/cesar/mac/sar/inc/context.h
+++ b/cesar/mac/sar/inc/context.h
@@ -123,6 +123,8 @@ struct sar_stats_t
u32 rx_jobs_nb;
/** Number of RX jobs waiting for buffer/unfinished. */
u32 rx_jobs_waiting_nb;
+ /** Number if reassembly frames with an ICV false. */
+ u32 rx_icv_false_nb;
};
typedef struct sar_stats_t sar_stats_t;