Re: [PATCHv2 wireless-next] wifi: nxpwifi: embed rx_reorder_ptr

From: Jeff Chen

Date: Wed Jul 29 2026 - 23:25:57 EST


On Wed, Jul 29, 2026 at 11:37:15 AM -0700, Rosen Penev wrote:
> rx_reorder_ptr is a dynamically allocated array which is done near the
> main struct allocation. Combine the two to avoid freeing separately.
>
> Also fix the type to what it actually is. void is normally used to avoid
> casting but there's no need here.
>
> Signed-off-by: Rosen Penev <rosenp@xxxxxxxxx>
> ---
> v2: fix unused variable error
> .../net/wireless/nxp/nxpwifi/11n_rxreorder.c | 23 +++++--------------
> drivers/net/wireless/nxp/nxpwifi/main.h | 2 +-
> 2 files changed, 7 insertions(+), 18 deletions(-)
>

Thanks for the patch.

Tested on nxpwifi with iw612 chipset, running iperf3 stability tests.

Tested-by: Jeff Chen <jeff.chen_1@xxxxxxx>
Reviewed-by: Jeff Chen <jeff.chen_1@xxxxxxx>