1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/esp8266/esp-wifi
Gunar Schorcht 49f06efd38 cpu/esp8266: fix pbuf length check in esp_wifi
When the size of a received frame is checked, always the total length should be used instead of the length of the first lwIP pbuf in the pbuf chain. Otherwise, the check that the length does not exceed ETHERNET_MAX_LEN will always be true since the maximum size of one lwIP pbuf in a pbuf chain is 512 bytes.
2019-01-24 09:54:53 +01:00
..
doc.txt cpu/esp8266: add built-in WiFi netdev driver 2019-01-24 09:21:17 +01:00
esp_wifi_netdev.c cpu/esp8266: fix pbuf length check in esp_wifi 2019-01-24 09:54:53 +01:00
esp_wifi_netdev.h cpu/esp8266: allow _esp_wifi_recv_cb during send 2019-01-24 09:39:45 +01:00
esp_wifi_params.h cpu/esp8266: add built-in WiFi netdev driver 2019-01-24 09:21:17 +01:00
Makefile cpu/esp8266: add built-in WiFi netdev driver 2019-01-24 09:21:17 +01:00