zephyr/drivers/wifi
Abram Early c7cec489de drivers: winc1500: Fix signed/unsigned comparison
The value from socket() was directly assigned to offload_context, which
was treated as a unsigned integer when compared. This prevented the
following if statement from catching any errors, leading to random RAM
access. This is fixed by using an intermediate with the same type as the
return value, which is then assigned to offload_context after error
checking.

Signed-off-by: Abram Early <abram.early@gmail.com>
2020-09-08 18:06:30 -05:00
..
esp drivers: wifi: Fix device instance const qualifier loss in ESP 2020-09-02 13:48:13 +02:00
eswifi drivers: eswifi: Fix macro names for offloading 2020-09-04 14:47:57 -04:00
simplelink device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
winc1500 drivers: winc1500: Fix signed/unsigned comparison 2020-09-08 18:06:30 -05:00
CMakeLists.txt drivers: wifi: Add ESP8266 and ESP32 wifi modem driver 2020-03-21 19:08:02 +02:00
Kconfig drivers: wifi: Add ESP8266 and ESP32 wifi modem driver 2020-03-21 19:08:02 +02:00