|
Bugzilla – Full Text Bug Listing |
| Summary: | Minstrel HT manager results in an endless loop when a 802.11ac station is transmitting to a 802.11a access point | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | sebastien.deronne |
| Component: | wifi | Assignee: | Matías Richart <matis18> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | matis18, ns-bugs, tomh |
| Priority: | P3 | ||
| Version: | ns-3.26 | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | 2605 | ||
| Bug Blocks: | |||
| Attachments: | Correct overflow in channel width loop | ||
|
Description
sebastien.deronne
2017-01-02 17:45:27 UTC
Is it also something Tom or Matias could investigate? (In reply to sebastien.deronne from comment #1) > Is it also something Tom or Matias could investigate? The loop problem is because of an overflow. It seems I never test VHT correctly. I get a throughput of 28.1682 Mbit/s, is that correct? The test: ./waf --run 'test-backward-compatibility --apVersion=80211a --staVersion=80211ac --apRaa=Minstrel --staRaa=MinstrelHt' Created attachment 2743 [details]
Correct overflow in channel width loop
(In reply to Matías Richart from comment #2) > (In reply to sebastien.deronne from comment #1) > > Is it also something Tom or Matias could investigate? > > The loop problem is because of an overflow. It seems I never test VHT > correctly. > I get a throughput of 28.1682 Mbit/s, is that correct? > > The test: ./waf --run 'test-backward-compatibility --apVersion=80211a > --staVersion=80211ac --apRaa=Minstrel --staRaa=MinstrelHt' Yes it makes sense (In reply to Matías Richart from comment #3) > Created attachment 2743 [details] > Correct overflow in channel width loop Thanks. I will give a try and I'll deliver the patch together with the fix for bug 2605. Fixed in changeset 12526:47ec67af9904 |