From 2840394ba68b6f739c26baf344b205993fa53b21 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 17 Nov 2014 17:44:12 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 26089e4a55..901c0117dd 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9007,4 +9007,9 @@ the SAMA5D4 (2014-11-17). * arch/arm/src/sama5/sam_emacb.c: Fix several typos that will prevent EMAC1 from initializing properly (2014-11-17). + * include/nuttx/net/ip.h and tcp.h, net/icmp/icmp_send.c and + igmp/igmp_send.c: Move IP header flags from tcp.h to ip.h and rename + IP_FLAGS vs TCPFLAGS. The problem fixed here is that there IP flags + were not available when TCP was disabled. The IP flags are used in + ICMP and IGMP (2014-11-17).