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

Bryan O'Donoghue bryan.odonoghue at linaro.org
Thu Oct 28 17:30:19 PDT 2021


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



More information about the wcn36xx mailing list