--- 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);
}