summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 42e07a27f..985347a57 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5649,5 +5649,7 @@
multiple NICs are supported. From Max Holtzberg (2013-9-27).
* net/send.c: Fix some backward conditional logic in check
to see if we should check if the ARP address in the table. From
- Max Holzberg (2013-9-27).
-
+ Max Holtzberg (2013-9-27).
+ * drivers/net/encx24j600.c: Removed logic that polls for the
+ next outgoing packet from the TX done interrupt handling. From
+ Max Holtzberg (2013-9-27)