zephyr/drivers/wifi
Jordan Yates ad959bc2bb wifi: esp_at: claim net_context in rx
Claim the net_context mutext associated with a socket before claiming
the socket mutex. The receive callback claims the net_context mutex
internally, which will now always succeed immediately.

The TX path claims the net_context mutex before the socket mutex, and if
we don't use the same order, we can end up in a deadlock.

Fixes #43470.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2022-03-15 10:05:36 +01:00
..
esp32 everywhere: fix typos 2022-03-14 20:22:24 -04:00
esp_at wifi: esp_at: claim net_context in rx 2022-03-15 10:05:36 +01:00
eswifi everywhere: fix typos 2022-03-14 20:22:24 -04:00
simplelink everywhere: fix typos 2022-03-14 20:22:24 -04:00
winc1500 wifi: fix build error on wifi_winc1500_nm_bsp_internal.h 2022-03-14 22:04:54 -04:00
CMakeLists.txt drivers: wifi: build as static library 2021-08-17 06:06:03 -04:00
Kconfig drivers: wifi: esp_at: rename driver from esp 2021-05-06 13:21:39 -04:00