View | Details | Raw Unified | Return to bug 2292
Collapse All | Expand All

(-)a/src/wifi/model/regular-wifi-mac.cc (-1 / +3 lines)
 Lines 39-45    Link Here 
39
39
40
NS_OBJECT_ENSURE_REGISTERED (RegularWifiMac);
40
NS_OBJECT_ENSURE_REGISTERED (RegularWifiMac);
41
41
42
RegularWifiMac::RegularWifiMac ()
42
RegularWifiMac::RegularWifiMac () :
43
  m_htSupported (0),
44
  m_vhtSupported (0)
43
{
45
{
44
  NS_LOG_FUNCTION (this);
46
  NS_LOG_FUNCTION (this);
45
  m_rxMiddle = new MacRxMiddle ();
47
  m_rxMiddle = new MacRxMiddle ();

Return to bug 2292