From d649e236d2c4d6728626a406e1dead0663865cbf Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Wed, 28 Mar 2012 10:30:43 +0200 Subject: cesar/common/defs: fix beacon numslots to 8, closes #3058 --- cesar/common/defs/homeplugAV.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cesar/common') 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 -- cgit v1.2.3