src/devices/wifi/mac-low.cc
changeset 2163 03fe5e8740dc
parent 2159 20f882e85b4a
child 2172 eb1adef495b6
--- a/src/devices/wifi/mac-low.cc	Thu Nov 22 16:06:05 2007 +0100
+++ b/src/devices/wifi/mac-low.cc	Thu Nov 22 16:07:45 2007 +0100
@@ -909,7 +909,7 @@
   StartDataTxTimers ();
 
   WifiMode dataTxMode = GetDataTxMode (m_currentHdr.GetAddr1 (), GetCurrentSize ());
-  Time duration = Seconds (0);
+  Time duration = Seconds (0.0);
   if (m_txParams.HasDurationId ()) 
     {
       duration += m_txParams.GetDurationId ();