]> granicus.if.org Git - esp-idf/commit
lwip: add option to memcopy packet from L2 to L3
authorLiu Zhi Fu <liuzhifu@espressif.com>
Wed, 16 Nov 2016 08:24:41 +0000 (16:24 +0800)
committerLiu Zhi Fu <liuzhifu@espressif.com>
Wed, 16 Nov 2016 08:24:41 +0000 (16:24 +0800)
commit69dbc36a1c9338d5829256c8bf69cffaebbb83a8
tree7d305b9653be14863c07c9a92879dd3f4c03a8e8
parent7dbf01b2107376e6f6c047bd64221b4f16976b19
lwip: add option to memcopy packet from L2 to L3

Menuconfig add an option to copy the packet from layer2 (WIFI driver) to layer3 (LWIP), default not copy
components/lwip/Kconfig
components/lwip/include/lwip/lwip/opt.h
components/lwip/include/lwip/port/lwipopts.h
components/lwip/port/netif/wlanif.c