Re: [PATCH 2/2] staging: rtl8723bs: remove unusual 'NDIS_802_11_RATES_EX' type
Dan Carpenter <[email protected]>
| Newsgroups | gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> 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