zephyr/drivers/wifi
Yong Cong Sin 731241f8d0 kernel: workq: Fix type errors in delayable work handlers
A common pattern here was to take the work item as the subfield of a
containing object. But the contained field is not a k_work, it's a
k_work_delayable.

Things were working only because the work field was first, so the
pointers had the same value. Do things right and fix things to
produce correct code if/when that field ever moves within delayable.

Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2022-02-02 18:43:12 -05:00
..
esp32 drivers: wifi: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
esp_at kernel: workq: Fix type errors in delayable work handlers 2022-02-02 18:43:12 -05:00
eswifi kernel: workq: Fix type errors in delayable work handlers 2022-02-02 18:43:12 -05:00
simplelink net: socket: extend posix compatability SO_<opts> 2022-01-11 11:48:16 +01:00
winc1500 drivers: wifi: build as static library 2021-08-17 06:06:03 -04:00
CMakeLists.txt drivers: wifi: build as static library 2021-08-17 06:06:03 -04:00
Kconfig drivers: wifi: esp_at: rename driver from esp 2021-05-06 13:21:39 -04:00