summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 356771d53..becf0c0c6 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5780,4 +5780,6 @@
* net/send.c and net_sendfile.c: Reset the send timeout when the
data is ACKed, not when the data is sent. Remove concitions on
checking for timeout. From Max Holtzberg (2013-10-17).
+ * net/net_sendfile.c: Correct paramter passed to netdev_txnotify()
+ from Max Holtzberg (2013-10-17).