summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-27 08:34:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-27 08:34:11 -0600
commit589f764f3bb76d2ca15cbcd3f2a668361f46ea09 (patch)
tree43d0037718f1afd204c9867bf690f51d3810f420 /nuttx/ChangeLog
parentbe67d1ffbebf6d799c76addd003895fc36aea7c5 (diff)
downloadnuttx-589f764f3bb76d2ca15cbcd3f2a668361f46ea09.tar.gz
nuttx-589f764f3bb76d2ca15cbcd3f2a668361f46ea09.tar.bz2
nuttx-589f764f3bb76d2ca15cbcd3f2a668361f46ea09.zip
ENCX24J600: Remove poll for new TX data from TX done interrupt handling
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)