Bugzilla – Bug 3016
Wrong argument for ResetBa in QosTxop::AddBaResponseTimeout
Last modified: 2018-11-28 12:14:13 UTC
Created attachment 3223 [details] Patch to apply There is a small typo in QosTxop::AddBaResponseTimeout: when scheduling ResetBa, current header's information is used instead of recipient. However, since AddBaResponseTimeout itself is scheduled, another packet can currently be handled upon expiry of the timeout. In our case, it was a broadcast frame which lead to a failed assert when calling ResetBa (non-existent agreement). Attached is a simple patch correcting this.
Similar patch pushed by Sébastien in changeset 13868:80bf979d57c9