Re: [PATCH 2/2] staging: rtl8723bs: remove unusual 'NDIS_802_11_RATES_EX' type
From: Dan Carpenter
Date: Tue Aug 18 2026 - 04:43:09 EST
On Tue, Aug 18, 2026 at 08:26:22AM +0000, Malathi wrote:
> Remove the 'NDIS_802_11_RATES_EX' type and replace the variables of this
> type with an array of 'u8', which makes the code more understandable and
> gets rid of an unnecessary 'typedef'.
>
> 'u8' and the 'unsigned char' the typedef expanded to are the same type and
> the array length is unchanged, so there is no functional change. Also
> update the comment in wlan_bssdef.h that referred to the removed type.
>
> Signed-off-by: Malathi <malathi.a2000@xxxxxxxxx>
Do you sign legal documents with just the one name?
This doesn't apply. Please, work against staging-devel or linux-next.
regards,
dan carpenter