Re: [PATCH v2 1/6] network: make clearing network blacklist a separate operation

Denis Kenzior <[email protected]> Thu, 5 Jun 2025 10:02:58 -0500
Newsgroups dev.linux.lists.iwd
Message-ID <[email protected]>
Hi James,

On 5/28/25 3:10 PM, James Prestwood wrote:
> This adds a new API network_clear_blacklist() and removes this
> functionality from network_connected(). This is done to support BSS
> iteration when netconfig is enabled. Since a call to
> network_connected() will happen prior to netconfig completing we
> cannot clear the blacklist until netconfig has either passed or
> failed.
> ---
>   src/network.c | 9 ++++++---
>   src/network.h | 1 +
>   2 files changed, 7 insertions(+), 3 deletions(-)
> 

All applied, thanks.

Regards,
-Denis