> -----Original Message-----
> From: Fiona Klute <[email protected]>
> Sent: Saturday, March 9, 2024 7:57 PM
> To: [email protected]; Ping-Ke Shih <[email protected]>
> Cc: Fiona Klute <[email protected]>; Kalle Valo <[email protected]>; Ulf Hansson <[email protected]>;
> [email protected]; Pavel Machek <[email protected]>; Ond?ej Jirman <[email protected]>
> Subject: [PATCH v3 5/9] wifi: rtw88: Add rtw8703b.c
>
[...]
> +#define GET_RX_DESC_BW(rxdesc) \
> + (le32_get_bits(*((__le32 *)(rxdesc) + 0x04), GENMASK(31, 24)))
Move this to rx.h beside GET_RX_DESC_xxx. Then, we don't miss it when doing
conversion later.