]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/tw8743_menuconfig_add_L2toL3_copy_option' into 'master'
authorWu Jian Gang <wujiangang@espressif.com>
Thu, 17 Nov 2016 03:52:39 +0000 (11:52 +0800)
committerWu Jian Gang <wujiangang@espressif.com>
Thu, 17 Nov 2016 03:52:39 +0000 (11:52 +0800)
commitb0f3b730aa8bb0dbbb8084bc784e9baffa3bd08a
treed1a95d3b92d9970c7b3c87f6d2af42e2548c804d
parent2ab64e1ecc270cd61a9856d7bd497f93ffb9e723
parent5e428f21b6e07825ce041acc9a4b84bdeddb1dc9
Merge branch 'feature/tw8743_menuconfig_add_L2toL3_copy_option' into 'master'

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

See merge request !211