summaryrefslogtreecommitdiff
path: root/cesar/tools/sniffer_phy
diff options
context:
space:
mode:
authorschodet2010-04-19 13:19:00 +0000
committerschodet2010-04-19 13:19:00 +0000
commitbeeac84d9532539658620bc5c971cb286a7d7bee (patch)
tree70162039f5114d48f1ecbf6b7032636fd8790def /cesar/tools/sniffer_phy
parent716cf7909d0d75408ba48db2893dde1fca332a1f (diff)
cesar: use phy_date as trace timestamp, closes #1415
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6933 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/tools/sniffer_phy')
-rw-r--r--cesar/tools/sniffer_phy/src/sniffer_phy.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/cesar/tools/sniffer_phy/src/sniffer_phy.c b/cesar/tools/sniffer_phy/src/sniffer_phy.c
index 549f147e0f..da1c9b390a 100644
--- a/cesar/tools/sniffer_phy/src/sniffer_phy.c
+++ b/cesar/tools/sniffer_phy/src/sniffer_phy.c
@@ -14,9 +14,6 @@
#include "lib/trace.h"
#include "hal/arch/arch.h"
-#if CONFIG_TRACE
-# include "mac/common/ntb.h"
-#endif
#include "inc/context.h"
@@ -39,11 +36,6 @@ sniffer_phy_init (sniffer_phy_t *ctx)
void
cyg_user_start (void)
{
-# if CONFIG_TRACE
- static mac_config_t mac_config;
- mac_config.ntb_offset_tck = 0;
- mac_ntb_init (&mac_config);
-# endif
trace_init ();
sniffer_phy_init (&sniffer_phy_global);
}