summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-06 07:38:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-06 07:38:15 -0600
commit91ee7d6302158de8cbce24c728b7687e6ae0a49a (patch)
tree535600b05fea425448c8883e85fead9a7435e4e6 /nuttx/ChangeLog
parent2b7e0d90d9f174acc184a77b93a972742dec686e (diff)
downloadnuttx-91ee7d6302158de8cbce24c728b7687e6ae0a49a.tar.gz
nuttx-91ee7d6302158de8cbce24c728b7687e6ae0a49a.tar.bz2
nuttx-91ee7d6302158de8cbce24c728b7687e6ae0a49a.zip
Use the new signature of rxnotify caused by the routing table. 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 8740afb4c..81893ba16 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5713,3 +5713,6 @@
looking the the correct router IP address to use in the ARP request.
In that case, we want the MAC address of the router, not of the the
target endpoint (2013-10-5).
+ * net/netdev_rxnotify.c and others: Use the new signature of rxnotify
+ caused by the routing table. From Max Holtzberg (2013-10-6).
+