summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-25 07:33:47 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-25 07:33:47 -0600
commit28db5a04bdbbe374c5837fdec8fb1d7d3c3413e9 (patch)
tree20143d418c28abeaa03189e2fb89ac0476195fbf /nuttx/ChangeLog
parent62f2bd5fe08707d053f10c6f2b9220723fc868aa (diff)
downloadnuttx-28db5a04bdbbe374c5837fdec8fb1d7d3c3413e9.tar.gz
nuttx-28db5a04bdbbe374c5837fdec8fb1d7d3c3413e9.tar.bz2
nuttx-28db5a04bdbbe374c5837fdec8fb1d7d3c3413e9.zip
Network ARP harvesting: Corect backward condition in netmask task. From Max Holtzberg
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f919549fa..97e278028 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5441,3 +5441,6 @@
EHCI is now the common interrupt "master." It will receive all UHPHS
interrupts and route the interrupt event to both the OHCI and EHCI
logic (2013-8-24).
+ * net/uip/uip_arp.c: Correct backward condition in netmask task.
+ From Max Holtzberg (2013-8-25).
+