summaryrefslogtreecommitdiff
path: root/cesar/cp/beacon/src/beacon.c
diff options
context:
space:
mode:
authorNélio Laranjeiro2011-12-05 16:32:01 +0100
committerThierry Carré2012-05-10 17:02:54 +0200
commit0cc3ff2bad636a45886bc07efcba9e31d5b10677 (patch)
tree7478a48330ac68cf1e991f89d39bbad8d8c3a8d6 /cesar/cp/beacon/src/beacon.c
parent14fe211e81903d8dd5f8709d977bca901c9d681e (diff)
cesar: replace BSU_BEACON_NM and CP_NET_NM by MAC_NM
Diffstat (limited to 'cesar/cp/beacon/src/beacon.c')
-rw-r--r--cesar/cp/beacon/src/beacon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cesar/cp/beacon/src/beacon.c b/cesar/cp/beacon/src/beacon.c
index ba0d1973b3..9776de5fc0 100644
--- a/cesar/cp/beacon/src/beacon.c
+++ b/cesar/cp/beacon/src/beacon.c
@@ -122,7 +122,7 @@ cp_beacon_fill (cp_t *ctx, bsu_beacon_t *beacon)
beacon->vf.hoip = ctx->beacon.hoip.hoip_flag;
beacon->vf.rtsbf = false;
beacon->vf.nm =
- net == NULL ? BSU_BEACON_NM_CSMA_ONLY : cp_net_get_nm (ctx, net);
+ net == NULL ? MAC_NM_CSMA_ONLY : cp_net_get_nm (ctx, net);
beacon->vf.ccocap = CP_CCO_LEVEL;
/* regions. */
@@ -247,7 +247,7 @@ cp_beacon_fill (cp_t *ctx, bsu_beacon_t *beacon)
else
beacon->bmis.change_snid.present = false;
- beacon->bmis.bpsto.present = (beacon->vf.nm == BSU_BEACON_NM_CSMA_ONLY);
+ beacon->bmis.bpsto.present = (beacon->vf.nm == MAC_NM_CSMA_ONLY);
beacon->bmis.relocation.present = false;
beacon->bmis.aclsc.present = false;
beacon->bmis.cns.present = false;