|
Bugzilla – Full Text Bug Listing |
| Summary: | 802.11e Block Ack mechanism cannot be enabled on HT/VHT stations | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | sebastien.deronne |
| Component: | wifi | Assignee: | sebastien.deronne |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs, tomh |
| Priority: | P3 | ||
| Version: | ns-3.26 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch to fix | ||
MpduAggregator::GetMaxAmpduSize () is missing documentation (in the base class) and especially what the special return value of 0 means. (In reply to Tom Henderson from comment #1) > MpduAggregator::GetMaxAmpduSize () is missing documentation (in the base > class) and especially what the special return value of 0 means. I will update doc. Fix pushed in changeset 12487:b97cad6372a7, doxygen updated in changeset 12488:e17495eae070 |
Created attachment 2708 [details] patch to fix When we disable A-MPDU and we set the BlockAckThreshold attribute, 802.11n/ac does not enable Block Ack as expected. Patch to fix in attachment.