]> granicus.if.org Git - esp-idf/commit
lwip: Refactor support for L2 pbuf free notification into each driver
authorAngus Gratton <angus@espressif.com>
Fri, 24 Feb 2017 03:45:17 +0000 (14:45 +1100)
committerAngus Gratton <angus@espressif.com>
Fri, 24 Feb 2017 03:45:17 +0000 (14:45 +1100)
commiteb1fbaabce08d9ff405e06b759748c6d09c08b14
treeda322627f5d8c4ab5371ff154b4f3a7c7e44e899
parent36b3963efb41c193152995763786631563c8ea17
lwip: Refactor support for L2 pbuf free notification into each driver

Makes it easier to handle different drivers enabled at compile/link time.
components/lwip/core/pbuf.c
components/lwip/include/lwip/lwip/netif.h
components/lwip/include/lwip/lwip/pbuf.h
components/lwip/port/netif/ethernetif.c
components/lwip/port/netif/wlanif.c