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

(-)a/src/wifi/model/wifi-mac.cc (-1 / +1 lines)
 Lines 390-396    Link Here 
390
  Configure80211g ();
390
  Configure80211g ();
391
  SetRifs (MicroSeconds (2));
391
  SetRifs (MicroSeconds (2));
392
  SetBasicBlockAckTimeout (GetSifs () + GetSlot () + GetDefaultBasicBlockAckDelay () + GetDefaultMaxPropagationDelay () * 2);
392
  SetBasicBlockAckTimeout (GetSifs () + GetSlot () + GetDefaultBasicBlockAckDelay () + GetDefaultMaxPropagationDelay () * 2);
393
  SetCompressedBlockAckTimeout (GetSifs () + GetSlot () + GetDefaultCompressedBlockAckDelay () + GetDefaultMaxPropagationDelay () * 2);
393
  SetCompressedBlockAckTimeout (GetSifs () + GetSlot () + MicroSeconds (448) + GetDefaultMaxPropagationDelay () * 2);
394
}
394
}
395
void
395
void
396
WifiMac::Configure80211n_5Ghz (void)
396
WifiMac::Configure80211n_5Ghz (void)

Return to bug 2319