Re: [PATCH] wifi: iwlwifi: mvm: Fix __counted_by usage in cfg80211_wowlan_nd_*

From: Gustavo A. R. Silva
Date: Thu Jun 20 2024 - 15:11:16 EST



then match->n_channels updated here:

          if (!match)
              goto out_report_nd;
+        match->n_channels = n_channels;

Thanks for the explanation.
This is what I was looking for, and I missed this line.

Sorry for the noise.

No worries. Glad to help. :)

--
Gustavo