Fixed setting slot and sifs time to mac-low
authorKirill Andreev <andreev@iitp.ru>
Thu, 04 Jun 2009 16:42:37 +0400
changeset 5047 b68f194a346c
parent 5044 a43bb9d65a94
child 5048 366bfb1d337f
Fixed setting slot and sifs time to mac-low
src/devices/mesh/mesh-wifi-interface-mac.cc
--- a/src/devices/mesh/mesh-wifi-interface-mac.cc	Wed Jun 03 18:58:35 2009 +0400
+++ b/src/devices/mesh/mesh-wifi-interface-mac.cc	Thu Jun 04 16:42:37 2009 +0400
@@ -108,6 +108,7 @@
 {
   NS_LOG_FUNCTION (this << slotTime);
   m_dcfManager->SetSlot (slotTime);
+  m_low->SetSlotTime (slotTime);
   m_slot = slotTime;
 }
 
@@ -116,6 +117,7 @@
 {
   NS_LOG_FUNCTION (this << sifs);
   m_dcfManager->SetSifs (sifs);
+  m_low->SetSifs (sifs);
   m_sifs = sifs;
 }
 void