src/devices/mesh/mesh-wifi-interface-mac.cc
changeset 5906 509b5089a081
parent 5903 395e17028faf
child 6068 a2127017ecb4
equal deleted inserted replaced
5903:395e17028faf 5906:509b5089a081
   718 void 
   718 void 
   719 MeshWifiInterfaceMac::TxFailed (WifiMacHeader const &hdr)
   719 MeshWifiInterfaceMac::TxFailed (WifiMacHeader const &hdr)
   720 {
   720 {
   721   m_txErrCallback (hdr);
   721   m_txErrCallback (hdr);
   722 }
   722 }
   723 void
       
   724 MeshWifiInterfaceMac::DoStart ()
       
   725 {
       
   726   m_beaconDca->Start ();
       
   727   for (Queues::iterator i = m_queues.begin (); i != m_queues.end (); i ++)
       
   728   {
       
   729     i->second->Start ();
       
   730   }
       
   731   WifiMac::DoStart ();
       
   732 }
       
   733 
   723 
   734 void 
   724 void 
   735 MeshWifiInterfaceMac::FinishConfigureStandard (enum WifiPhyStandard standard)
   725 MeshWifiInterfaceMac::FinishConfigureStandard (enum WifiPhyStandard standard)
   736 {
   726 {
   737   switch (standard)
   727   switch (standard)