Re: [PATCH wireless-next 1/2] wifi: nxpwifi: protect sta_list against concurrent add and delete
From: Jeff Chen
Date: Tue Sep 01 2026 - 04:21:34 EST
On Fri, Aug 07, 2026 at 09:25:53 PM +0800, Linmao Li wrote:
> nxpwifi_del_sta_entry() unlinks an entry from priv->sta_list without
> holding priv->sta_list_spinlock. The comment above it gives the
> reason: the function is only reached from cfg80211_ops.del_station,
> which runs under the wiphy mutex.
Thanks for the patch.
Tested on nxpwifi with iw612 chipset.
Tested-by: Jeff Chen <jeff.chen_1@xxxxxxx>
Reviewed-by: Jeff Chen <jeff.chen_1@xxxxxxx>