zephyr/drivers/wifi/esp
Tobias Svehagen edcee97346 drivers: wifi: esp: Fix bug with net_pkt_unref in tx path
The driver should only call net_pkt_unref on packets that get
successfully handled, ie where send/sendto return 0. If the packet
cannot be handled, net_context layer still owns the packet and should
take care or the unref.

Signed-off-by: Tobias Svehagen <tobias.svehagen@gmail.com>
2020-07-02 08:44:55 -04:00
..
CMakeLists.txt
esp_offload.c drivers: wifi: esp: Fix bug with net_pkt_unref in tx path 2020-07-02 08:44:55 -04:00
esp_socket.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
esp.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
esp.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
Kconfig.esp