|
Bugzilla – Full Text Bug Listing |
| Summary: | questions about Wifi supported rates element | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | wifi | Assignee: | sebastien.deronne |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
possible patch to fix
possible patch to fix (updated) |
||
|
Description
Tom Henderson
2016-09-08 14:42:52 UTC
more information
>
> P.S.: Note that in 802.11mc/D6.0 says in 9.2.5.1 that "If a calculated
> duration results in a negative value, the value of the Duration/ID
> field is 0." However, this would just have hidden the control response
> rate problem, so I don't think just doing a if (d < 0) d = 0; is the
> right fix!
Created attachment 2579 [details]
possible patch to fix
This patch correctly includes the special values for HT_PHY and VHT_PHY BSS membership selector set.
Created attachment 2580 [details]
possible patch to fix (updated)
fix problem with previous patch
pushed in changeset 12343:e23a54386653 |