summaryrefslogtreecommitdiff
path: root/cesar/common
diff options
context:
space:
mode:
authorNélio Laranjeiro2012-03-28 10:30:43 +0200
committerNélio Laranjeiro2012-07-18 17:36:36 +0200
commitd649e236d2c4d6728626a406e1dead0663865cbf (patch)
tree87f731a362516673dbb2d3edfd32f4edc8ddc406 /cesar/common
parent7e287eaf3fe022918ef10987e5c9c4c17950f022 (diff)
cesar/common/defs: fix beacon numslots to 8, closes #3058
Diffstat (limited to 'cesar/common')
-rw-r--r--cesar/common/defs/homeplugAV.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/common/defs/homeplugAV.h b/cesar/common/defs/homeplugAV.h
index 10e2960864..17a365d710 100644
--- a/cesar/common/defs/homeplugAV.h
+++ b/cesar/common/defs/homeplugAV.h
@@ -92,7 +92,7 @@ typedef enum hpav_access_t hpav_access_t;
#define HPAV_AVLNS_NB_MAX 16
/** Number maximum of slots in the beacon region. */
-#define HPAV_BEACON_NUMSLOTS_MAX HPAV_AVLNS_NB_MAX
+#define HPAV_BEACON_NUMSLOTS_MAX 8
/** Number of Beacon Time Offset present in a beacon. */
#define HPAV_BEACON_BTO_NB 4