Re: [PATCH v5 0/2] staging: rtl8723bs: Cleanups for rtw_xmit.c
From: Dan Carpenter
Date: Tue Mar 17 2026 - 07:43:29 EST
On Mon, Mar 16, 2026 at 07:19:22PM -0300, Marcos Andrade wrote:
> This patch series cleans up rtw_xmit.c by replacing magic numbers with
> proper macros and updating the sleep API, as suggested by reviewers.
>
> Patch 1 replaces network magic numbers with EtherType macros.
> Patch 2 updates an msleep() call to the new fsleep() API.
>
> Changes in v5:
> - Collected Reviewed-by tags from Ethan Tidmore for both patches.
Next time, don't do this. Maintainer scripts do it automatically.
regards,
dan carpenter
> Changes in v4:
> - Fixed commit message line wrapping in patch 2/2 to comply with
> the 75-column limit, as suggested by Ethan Tidmore.