From 5bac493ac3f039a9d34cab29de067b6ace66cb3c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 2 Jul 2014 10:41:37 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index de4e8aef0b..da188b659b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7620,3 +7620,7 @@ in new bits (2014-7-1). * drivers/syslog/ramlog.c: syslog_putc needs to set the errno and return EOF on a failure (2014-7-1). + * SAM3/4 and SAMA5 Ethernet: Fix an error in the function that + determines the number of free TX descriptors. This is an importnat + bugfix on busy networks (2014-7-2). +