drivers: wifi: eswifi: Offload sockets regression
This change fixes a regression from commit 1cbc0acd. Socket offload uses a dummy socket context, and setting the socket state in this dummy context is invalid. Fixes #52317 Signed-off-by: Brian Dunlay <brian@nubix.io>
This commit is contained in:
parent
d17caaacc5
commit
a9ac0a884e
1 changed files with 0 additions and 1 deletions
|
|
@ -221,7 +221,6 @@ int __eswifi_off_start_client(struct eswifi_dev *eswifi,
|
|||
LOG_ERR("Unable to start TCP/UDP client");
|
||||
return -EIO;
|
||||
}
|
||||
net_context_set_state(socket->context, NET_CONTEXT_CONNECTED);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue