merge
authorNicola Baldo <nbaldo@cttc.es>
Fri, 16 Apr 2010 20:10:01 +0200
changeset 6223 0771bd5d6750
parent 6222 55295108dd9a (current diff)
parent 6218 4c8aa7f63a3e (diff)
child 6224 8386567abea1
child 6225 ada86e5d646c
merge
--- a/src/devices/wifi/wifi-phy.cc	Fri Apr 16 20:06:42 2010 +0200
+++ b/src/devices/wifi/wifi-phy.cc	Fri Apr 16 20:10:01 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",