From db2de9d93f87f8fb5660bde5310e2856af1fff79 Mon Sep 17 00:00:00 2001 From: Nicola Baldo Date: Fri, 16 Apr 2010 20:03:26 +0200 Subject: [PATCH] Bug 805 - WifiPhy PhyTxEnd trace not working --- src/devices/wifi/wifi-phy.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/wifi/wifi-phy.cc b/src/devices/wifi/wifi-phy.cc index 6a4037810..eac03d78a 100644 --- a/src/devices/wifi/wifi-phy.cc +++ b/src/devices/wifi/wifi-phy.cc @@ -59,7 +59,7 @@ WifiPhy::GetTypeId (void) "Trace source indicating a packet has begun transmitting over the channel medium", MakeTraceSourceAccessor (&WifiPhy::m_phyTxBeginTrace)) .AddTraceSource ("PhyTxEnd", - "Trace source indicating a packet has been completely transmitted over the channel", + "Trace source indicating a packet has been completely transmitted over the channel. NOTE: the only official WifiPhy implementation available to this date (YansWifiPhy) never fires this trace source.", MakeTraceSourceAccessor (&WifiPhy::m_phyTxEndTrace)) .AddTraceSource ("PhyTxDrop", "Trace source indicating a packet has been dropped by the device during transmission",