Skip to content

Commit 8196143

Browse files
committed
Fix deadlock
Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 56fbb4f commit 8196143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/wifi/nrf_wifi/src/net_if.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ int nrf_wifi_if_send(const struct device *dev,
445445
if (peer_id == -1) {
446446
nrf_wifi_osal_log_dbg("%s: Invalid peer",
447447
__func__);
448-
goto out;
448+
goto drop;
449449
}
450450

451451
if ((vif_ctx_zep->if_carr_state != NRF_WIFI_FMAC_IF_CARR_STATE_ON) ||

0 commit comments

Comments
 (0)