summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/maximus
diff options
context:
space:
mode:
authorschodet2008-10-21 07:47:44 +0000
committerschodet2008-10-21 07:47:44 +0000
commitac031e381f280b0016a78425ee7d94fb4e07127e (patch)
tree1f266238e6a4e5513bd8b32d839b6867b1f50a52 /cesar/hal/phy/maximus
parent318072dde63ec0f0cac63fbbf0f3e02254c28e91 (diff)
* hal/phy/maximus:
- removed cw slot trace. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@3322 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/hal/phy/maximus')
-rw-r--r--cesar/hal/phy/maximus/inc/maximus_trace.h1
-rw-r--r--cesar/hal/phy/maximus/src/maximus_phy_access.c3
-rw-r--r--cesar/hal/phy/maximus/src/maximus_trace.c1
3 files changed, 0 insertions, 5 deletions
diff --git a/cesar/hal/phy/maximus/inc/maximus_trace.h b/cesar/hal/phy/maximus/inc/maximus_trace.h
index 0c53414c78..3ca19455f2 100644
--- a/cesar/hal/phy/maximus/inc/maximus_trace.h
+++ b/cesar/hal/phy/maximus/inc/maximus_trace.h
@@ -57,7 +57,6 @@ enum
MAXIMUS_PHY_TRACE_M_PRP0,
MAXIMUS_PHY_TRACE_M_PRP1,
MAXIMUS_PHY_TRACE_M_PRP_END,
- MAXIMUS_PHY_TRACE_M_SLOT,
MAXIMUS_PHY_TRACE_M_PRE_DETECT,
MAXIMUS_PHY_TRACE_M_PRE_CONFIRM,
MAXIMUS_PHY_TRACE_M_FC_DETECT,
diff --git a/cesar/hal/phy/maximus/src/maximus_phy_access.c b/cesar/hal/phy/maximus/src/maximus_phy_access.c
index 1ca0e61984..da1e22d580 100644
--- a/cesar/hal/phy/maximus/src/maximus_phy_access.c
+++ b/cesar/hal/phy/maximus/src/maximus_phy_access.c
@@ -156,9 +156,6 @@ maximus_phy_access_slot_count_cb (void *data)
// increment slot count
ctx->access.slot_count++;
- MAXIMUS_PHY_TRACE (M_SLOT, my_station.current_tick_tck,
- ctx->access.slot_count);
-
/* During PRP, send a netclock message to Maximus simulator scheduled in a slot time,
* to increment slot counter. */
diff --git a/cesar/hal/phy/maximus/src/maximus_trace.c b/cesar/hal/phy/maximus/src/maximus_trace.c
index d8d315eca8..836742276f 100644
--- a/cesar/hal/phy/maximus/src/maximus_trace.c
+++ b/cesar/hal/phy/maximus/src/maximus_trace.c
@@ -75,7 +75,6 @@ maximus_phy_trace_init (phy_t *ctx)
MAXIMUS_PHY_TRACE_EVENT (M_PRP1, " prp1", TIMESTAMP),
MAXIMUS_PHY_TRACE_EVENT (M_PRP_END, " prp end cap_sent=%u "
"cap_medium=%u cap_mpdu=%u", TIMESTAMP),
- MAXIMUS_PHY_TRACE_EVENT (M_SLOT, " slot count=%d", TIMESTAMP),
MAXIMUS_PHY_TRACE_EVENT (M_PRE_DETECT, " pre detect", TIMESTAMP),
MAXIMUS_PHY_TRACE_EVENT (M_PRE_CONFIRM, " pre confirm", TIMESTAMP),
MAXIMUS_PHY_TRACE_EVENT (M_FC_DETECT, " fc detect", TIMESTAMP),