Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information