commit | 87c543286e21c04c1c8aef33b40f9e1d27eba4ac | [log] [tgz] |
---|---|---|
author | Srinivas Pitla <spitla@codeaurora.org> | Tue Oct 13 17:37:56 2020 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Oct 20 11:28:37 2020 -0700 |
tree | 267e95487166e900d5f2303c24a5a2532423a920 | |
parent | 429973f8df40e6ece360393f15be1f0da6000ff2 [diff] |
qca-wifi: fix mpdu_tried_ucast issue It is found that mpdu_tried_ucast is less than last ba bitmap set, this is leading inconsistency with mpdus[] array and failed_bitmap. To address this, on failed_bitmap prep, if mpdu_tried_ucast is less than last ba bit set, then mpdu_tried_ucast is updated with last ba bit set. CRs-Fixed: 2793967 Change-Id: I381b462d0418527dd11ca2c8ae3dc4c8d4bfdba8