src/devices/mesh/mesh-wifi-interface-mac.cc
changeset 5137 22a9d7e537bb
parent 5136 6ad13efaccd7
child 5152 f14eff131d13
equal deleted inserted replaced
5136:6ad13efaccd7 5137:22a9d7e537bb
   397           return; // plugin drops frame
   397           return; // plugin drops frame
   398         }
   398         }
   399     }
   399     }
   400   m_stats.sentFrames++;
   400   m_stats.sentFrames++;
   401   m_stats.sentBytes += packet->GetSize ();
   401   m_stats.sentBytes += packet->GetSize ();
   402   if ((m_queues.find (AC_VO) == m_queues.end ()) || (m_queues.find (AC_VO) == m_queues.end ()))
   402   if ((m_queues.find (AC_VO) == m_queues.end ()) || (m_queues.find (AC_BK) == m_queues.end ()))
   403     {
   403     {
   404       NS_FATAL_ERROR ("Voice or Background queue is not set up!");
   404       NS_FATAL_ERROR ("Voice or Background queue is not set up!");
   405     }
   405     }
   406   /*
   406   /*
   407    * When we send a management frame - it is better to enqueue it to
   407    * When we send a management frame - it is better to enqueue it to