summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-15 13:54:49 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-15 13:54:49 -0600
commitf04137c57b07fa2669d77e9fdc9746d5e61db6f9 (patch)
treed5ef3468d2393fb1f6e2aa25f5d9f5e664f9ccbd /nuttx/ChangeLog
parent3e32e050072dcda6790295188d3bf7ba11e477f6 (diff)
downloadnuttx-f04137c57b07fa2669d77e9fdc9746d5e61db6f9.tar.gz
nuttx-f04137c57b07fa2669d77e9fdc9746d5e61db6f9.tar.bz2
nuttx-f04137c57b07fa2669d77e9fdc9746d5e61db6f9.zip
Update ChangeLogs
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1e8b23d7a..ce187881e 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8985,3 +8985,7 @@
Use ETH_HDRLEN instead (2014-11-15).
* net/arp/: Remove use of NET_LL_HDRLEN from net/arp logic. Use
ETH_HDRLEN instead (2014-11-15).
+ * net/ and include/nuttx/net: All network logic will now handle
+ variable length link layer protocol headers within incoming packets.
+ This permits use of multiple network interfaces with differing data
+ links. For example, ETHERNET + SLIP (2014-11-15).