Bug 805 - WifiPhy PhyTxEnd trace not working
authorNicola Baldo <nbaldo@cttc.es>
Fri, 16 Apr 2010 20:03:26 +0200
changeset 6217 8f7571fea7cf
parent 6215 617ac18757e6
child 6218 4c8aa7f63a3e
Bug 805 - WifiPhy PhyTxEnd trace not working
src/devices/wifi/wifi-phy.cc
--- a/src/devices/wifi/wifi-phy.cc	Fri Apr 16 13:25:13 2010 -0400
+++ b/src/devices/wifi/wifi-phy.cc	Fri Apr 16 20:03:26 2010 +0200
@@ -59,7 +59,7 @@
                      "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",