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:
parent
964a41283c
commit
c137abf4b0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user