Fixed setting slot and sifs time to mac-low

This commit is contained in:
Kirill Andreev
2009-06-04 16:42:37 +04:00
parent 41732e3923
commit 1e8079187f

View File

@@ -108,6 +108,7 @@ MeshWifiInterfaceMac::SetSlot (Time slotTime)
{
NS_LOG_FUNCTION (this << slotTime);
m_dcfManager->SetSlot (slotTime);
m_low->SetSlotTime (slotTime);
m_slot = slotTime;
}
@@ -116,6 +117,7 @@ MeshWifiInterfaceMac::SetSifs (Time sifs)
{
NS_LOG_FUNCTION (this << sifs);
m_dcfManager->SetSifs (sifs);
m_low->SetSifs (sifs);
m_sifs = sifs;
}
void