src/devices/wifi/mac-low.cc
changeset 2024 7e034c2a63d3
parent 2023 df3bd08f1173
child 2054 ba8e810bae4c
--- a/src/devices/wifi/mac-low.cc	Wed Oct 24 16:28:28 2007 +0200
+++ b/src/devices/wifi/mac-low.cc	Wed Oct 24 16:43:09 2007 +0200
@@ -712,6 +712,7 @@
 {
   MY_DEBUG ("send " << hdr->GetTypeString () <<
             ", to=" << hdr->GetAddr1 () <<
+            ", size=" << packet.GetSize () <<
             ", mode=" << txMode <<
             ", duration=" << hdr->GetDuration () <<
             ", seq=0x"<< std::hex << m_currentHdr.GetSequenceControl () << std::dec);