Re: [PATCH 2/2] wcn36xx: fix RX BD rate mapping for 5GHz legacy rates
From: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Date: 2021-10-29 00:28:23
Also in:
linux-arm-msm, linux-wireless, lkml
From: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Date: 2021-10-29 00:28:23
Also in:
linux-arm-msm, linux-wireless, lkml
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