zephyr/drivers/wifi
Tobias Svehagen 71e7cd3f99 drivers: wifi: esp: Fix issue with incorrect tx timeout
It can happen that the command '>' is received between
modem_cmd_send_nolock and modem_cmd_handler_update_cmds. Since the
command handler for '>' is not set, sem_tx_ready will not be given
and _sock_send will timeout. Make sure the command handlers are set
before the send by also passing them to modem_cmd_send_nolock.

Signed-off-by: Tobias Svehagen <tobias.svehagen@gmail.com>
2020-07-22 15:06:41 +03:00
..
esp drivers: wifi: esp: Fix issue with incorrect tx timeout 2020-07-22 15:06:41 +03:00
eswifi drivers: wifi: eswifi: Add chip select flags 2020-07-06 08:24:18 -05:00
simplelink drivers: wifi: simplelink: enable IPv6 support 2020-07-21 15:08:56 +02:00
winc1500 drivers: wifi: winc1500: Update to work with new timeouts 2020-07-08 15:38:43 -05:00
CMakeLists.txt drivers: wifi: Add ESP8266 and ESP32 wifi modem driver 2020-03-21 19:08:02 +02:00
Kconfig drivers: wifi: Add ESP8266 and ESP32 wifi modem driver 2020-03-21 19:08:02 +02:00