drivers/wireless: Remove the duplicated bc_bifup check from bcmf_wl_auth_event_handler

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2023-01-28 10:08:25 +08:00 committed by Alan Carvalho de Assis
parent 964a41283c
commit c137abf4b0

View File

@ -625,11 +625,6 @@ void bcmf_wl_auth_event_handler(FAR struct bcmf_dev_s *priv,
return;
}
if (!priv->bc_bifup)
{
return;
}
bcmf_hexdump((uint8_t *)event, len, (unsigned long)event);
if (type == WLC_E_PSK_SUP)