zephyr/drivers/wifi/winc1500
Gil Pitney 42f51ef08d drivers: wifi: winc1500: Use offload_context instead of user_data.
The wifi_winc1500 driver's socket id is stored in
net_context->user_data, which may be overwritten later at
the socket layer, which also uses the net_context->user_data
field to store socket flags.

This patch introduces a dedicated offload_context field
for use by offload drivers, and updates the wifi_winc1500 offload
driver to use this field instead of user_data.

Fixes #8820

Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
2018-07-18 07:47:45 -04:00
..
CMakeLists.txt drivers/wifi: Move all winc1500 related code to its own directory 2018-05-17 10:46:26 +03:00
Kconfig.winc1500 drivers: wifi: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
wifi_winc1500.c drivers: wifi: winc1500: Use offload_context instead of user_data. 2018-07-18 07:47:45 -04:00
wifi_winc1500_config.h drivers/wifi: Move all winc1500 related code to its own directory 2018-05-17 10:46:26 +03:00
wifi_winc1500_nm_bsp.c drivers/wifi: Move all winc1500 related code to its own directory 2018-05-17 10:46:26 +03:00
wifi_winc1500_nm_bsp_internal.h drivers/wifi: Move all winc1500 related code to its own directory 2018-05-17 10:46:26 +03:00
wifi_winc1500_nm_bus_wrapper.c drivers/wifi: Move all winc1500 related code to its own directory 2018-05-17 10:46:26 +03:00