Re: [PATCH] wifi: cfg80211: Prevent comparison with invalid registered dev scan req

From: Johannes Berg
Date: Fri Jun 20 2025 - 07:02:13 EST


On Thu, 2025-06-19 at 16:05 +0800, Lizhi Xu wrote:
> The scan req of a registered device may have been released, so it should
> be checked to be valid before comparing it with the current req.
>

I don't understand the subject/commit log at all. You're now accepting
scan_done() with a NULL scan request, why does that make sense?

johannes