commit | a9ac0a884e6c25d41ae4e57765831d71632a1dd4 | [log] [tgz] |
---|---|---|
author | Brian Dunlay <brian@nubix.io> | Thu Nov 17 10:34:19 2022 -0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Nov 28 10:48:10 2022 +0100 |
tree | fb4ac62aa4aa842d91f4be116acb4f0316fb6182 | |
parent | d17caaacc5a1d2792189445442e85d2f82513e2a [diff] |
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>