Re: [PATCH 2/2] wcn36xx: fix RX BD rate mapping for 5GHz legacy rates

From: Bryan O'Donoghue
Date: Thu Oct 28 2021 - 20:28:24 EST


On 28/10/2021 23:31, Benjamin Li wrote:
- status.rate_idx >= sband->n_bitrates) {
This fix was applied because we were getting a negative index

If you want to remove that, you'll need to do something about this

status.rate_idx -= 4;

---
bod