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

(-)ns-3.1/src/devices/wifi/nqap-wifi-mac.cc (+3 lines)
 Lines 76-81    Link Here 
76
  m_dca->SetTxFailedCallback (MakeCallback (&NqapWifiMac::TxFailed, this));
76
  m_dca->SetTxFailedCallback (MakeCallback (&NqapWifiMac::TxFailed, this));
77
77
78
  m_beaconDca = CreateObject<DcaTxop> ();
78
  m_beaconDca = CreateObject<DcaTxop> ();
79
  m_beaconDca->SetAifsn(1);
80
  m_beaconDca->SetMinCw(0);
81
  m_beaconDca->SetMaxCw(0);
79
  m_beaconDca->SetLow (m_low);
82
  m_beaconDca->SetLow (m_low);
80
  m_beaconDca->SetManager (m_dcfManager);
83
  m_beaconDca->SetManager (m_dcfManager);
81
}
84
}

Return to bug 389