src/wifi/model/regular-wifi-mac.cc
changeset 10410 4d4eb8097fa3
parent 10204 7a102bb70a36
child 10580 2a29a9bd6fd6
equal deleted inserted replaced
10409:4533305686ad 10410:4d4eb8097fa3
    36 
    36 
    37 NS_LOG_COMPONENT_DEFINE ("RegularWifiMac");
    37 NS_LOG_COMPONENT_DEFINE ("RegularWifiMac");
    38 
    38 
    39 namespace ns3 {
    39 namespace ns3 {
    40 
    40 
    41 NS_OBJECT_ENSURE_REGISTERED (RegularWifiMac);
    41 NS_OBJECT_ENSURE_REGISTERED (RegularWifiMac)
       
    42   ;
    42 
    43 
    43 RegularWifiMac::RegularWifiMac ()
    44 RegularWifiMac::RegularWifiMac ()
    44 {
    45 {
    45   NS_LOG_FUNCTION (this);
    46   NS_LOG_FUNCTION (this);
    46   m_rxMiddle = new MacRxMiddle ();
    47   m_rxMiddle = new MacRxMiddle ();