summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-15 10:26:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-15 10:26:31 -0600
commit413912e8554701cd97f84cd8d98f3e98999cb520 (patch)
tree66987d5079346ebb483825285027376ffe209511 /nuttx/ChangeLog
parent4379476f527df2c50023d6b5cb2fce1ad15fc6e3 (diff)
downloadpx4-nuttx-413912e8554701cd97f84cd8d98f3e98999cb520.tar.gz
px4-nuttx-413912e8554701cd97f84cd8d98f3e98999cb520.tar.bz2
px4-nuttx-413912e8554701cd97f84cd8d98f3e98999cb520.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f4cedd92a..87de161f8 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9416,5 +9416,5 @@
net/devif/devif_input.c to ipv4_input.c, remove all IPv6-specific
logic, and (4) xplit IPv4 header structure out as net_ipv4hdr_s from
net_iphdr_s (2015-01-15).
- * arch/: All Ethernet drivers: Call ipv6_input() if IPv6 is enabled
- and an IPv6 packet is received (2015-01-15).
+ * arch/ and drivers/net: All Ethernet drivers: Call ipv6_input() if
+ IPv6 is enabled and an IPv6 packet is received (2015-01-15).