Re: [PATCH 11/17] wifi: brcm80211: Replace open-coded parity calculation with parity32()

From: Arend Van Spriel
Date: Tue Feb 25 2025 - 01:31:46 EST


On February 23, 2025 5:44:54 PM Kuan-Wei Chiu <visitorckw@xxxxxxxxx> wrote:

Refactor parity calculations to use the standard parity32() helper.
This change eliminates redundant implementations and improves code
efficiency.

While the dust settles on the exact implementation from driver perspective looks fine to me so...

Acked-by: Arend van Spriel <arend.vanspriel@xxxxxxxxxxxx>

Co-developed-by: Yu-Chun Lin <eleanor15x@xxxxxxxxx>
Signed-off-by: Yu-Chun Lin <eleanor15x@xxxxxxxxx>
Signed-off-by: Kuan-Wei Chiu <visitorckw@xxxxxxxxx>
---
.../wireless/broadcom/brcm80211/brcmsmac/dma.c | 16 +---------------
1 file changed, 1 insertion(+), 15 deletions(-)