Bugzilla – Bug 2607
Minstrel HT manager results in an endless loop when a 802.11ac station is transmitting to a 802.11a access point
Last modified: 2017-01-11 14:40:14 UTC
After applying the fix for bug 2605, I noticed minstrel HT manager results in an endless loop when a 802.11ac station is transmitting to a 802.11a access point. From traces, it seems constantly initializing group 16. This can be reproduced by using test script and fix attached for bug 2605 and set AP standard to 802.11ac.
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