summaryrefslogtreecommitdiff
path: root/cesar/mac/sar/sar_pb_stats.h
diff options
context:
space:
mode:
authorThierry Carré2011-10-12 12:57:43 +0200
committerThierry Carré2011-10-20 10:37:54 +0200
commit8cd89c453429557f3e7548150310eb6c1eb53efc (patch)
treea10cf418890bca1aada4df70a2bde63f062b7e5b /cesar/mac/sar/sar_pb_stats.h
parentad2c7d9d7e46b5990f07eea0300e2946ff89cd78 (diff)
cesar/cp/{msg,sta}: rename u8 by cp_tei_t type for stei_filter, refs #2666
Diffstat (limited to 'cesar/mac/sar/sar_pb_stats.h')
-rw-r--r--cesar/mac/sar/sar_pb_stats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/mac/sar/sar_pb_stats.h b/cesar/mac/sar/sar_pb_stats.h
index 79b7daf0da..28f48b9824 100644
--- a/cesar/mac/sar/sar_pb_stats.h
+++ b/cesar/mac/sar/sar_pb_stats.h
@@ -32,7 +32,7 @@
#define PB_STATS_SIZE_WITH_DATA(nb) \
(PB_STATS_SIZE_WITHOUT_DATA + (nb) * PB_STATS_ENTRY_SIZE)
-#define PB_STATS_FILTER_DISABLE 0xff
+#define PB_STATS_FILTER_DISABLE MAC_TEI_BCAST
struct sar_pb_stats_entry_t
{