Bugzilla – Bug 2436
SendBlockAckAfterAmpdu is called even if the A-MPDU frame is not addressed to the station
Last modified: 2016-06-10 16:11:52 UTC
It has been reported by Ioannis that SendBlockAckAfterAmpdu is called even if the A-MPDU frame is not destined to that node, resulting in a simulation failure: assert failed. cond="i != m_bAckCaches.end () There is indeed a misplacement of the if condition in MacLow::DeaggregateAmpduAndReceive. Patch will follow.
Created attachment 2466 [details] patch to fix
Fix should be urgently delivered
fixed in changeset 12151:7d98204b7876