Re: [PATCH] staging: rtl8723bs: Replace msleep() with fsleep()

From: Ethan Tidmore

Date: Sat Mar 14 2026 - 21:19:10 EST


On Sat Mar 14, 2026 at 4:54 PM CDT, Marcos Andrade wrote:
> Replace msleep(10) with fsleep(10 * USEC_PER_MSEC) in _rtw_init_xmit_priv().
> fsleep() is the new standard API for delays, as it automatically chooses
> the best sleep method based on the duration.
>
> Suggested-by: Ethan Tidmore <ethantidmore06@xxxxxxxxx>
> Signed-off-by: Marcos Andrade <marcosandrade95963@xxxxxxxxx>
> ---

Since this patch requires the other patch this needs to be a patch
series. Because since you submitted them as just single patches this one
will not apply on its own.

A patch series typically has a cover letter explaining what the patches
do and you link them together using git send-email.

Thanks,

ET