Skip to content
Commit 86385590 authored by Jordan Yates's avatar Jordan Yates Committed by Benjamin Cabé
Browse files

wifi: nrf_wifi: net_if: allocate memory before mutex



Allocate the memory in `nrf_wifi_if_send` *before* taking the nrf70
global mutex. This prevents the function from deadlocking the
application if attempting to send under memory-pressure, since many of
the memory release paths also happen under the global mutex.

Signed-off-by: default avatarJordan Yates <jordan@embeint.com>
parent d879e848
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment