src/wifi/model/minstrel-wifi-manager.cc
changeset 11174 780a43e4980c
parent 11154 305803f4125c
child 11245 5c781d7e5a25
--- a/src/wifi/model/minstrel-wifi-manager.cc	Wed Jan 28 06:34:11 2015 -0800
+++ b/src/wifi/model/minstrel-wifi-manager.cc	Wed Jan 28 10:11:32 2015 -0800
@@ -142,7 +142,7 @@
       WifiMode mode = phy->GetMode (i);
       WifiTxVector txVector;
       txVector.SetMode(mode);
-      AddCalcTxTime (mode, phy->CalculateTxDuration (m_pktLen, txVector, WIFI_PREAMBLE_LONG, phy->GetFrequency()));
+      AddCalcTxTime (mode, phy->CalculateTxDuration (m_pktLen, txVector, WIFI_PREAMBLE_LONG, phy->GetFrequency(), 0, 0));
     }
   WifiRemoteStationManager::SetupPhy (phy);
 }