Re: [PATCH] staging: rtl8723bs: remove NDIS_802_11 types and cleanup style
From: Ethan Tidmore
Date: Tue Feb 10 2026 - 17:39:10 EST
On Tue Feb 10, 2026 at 4:15 PM CST, markatbritain wrote:
> From: Mark Wu <markatbritain@xxxxxxxxx>
>
> The rtl8723bs driver contains legacy NDIS_802_11 definitions and
> typedefs that are not idiomatic to the Linux kernel. This patch
> replaces these with standard Linux types and enums where applicable
> to improve portability and readability.
>
> These changes bring the driver closer to the standard Linux kernel
> coding style and prepare it for eventual promotion out of staging.
>
> Signed-off-by: Mark Wu <markatbritain@xxxxxxxxx>
Please split this up into a patch series. One logical change per patch.
For instance group the style fixes by their checkpatch.pl warnings.
Thanks,
ET