summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-15 10:23:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-15 10:23:58 -0600
commita20115c1c019b98d70ae25a62260126b21486bd0 (patch)
tree6a06a3852fb041b4f69e16ec5e8d1801c6c0394e /nuttx/ChangeLog
parent1652b3db885608077b6822d3faf6ec6842a7ec6b (diff)
downloadnuttx-a20115c1c019b98d70ae25a62260126b21486bd0.tar.gz
nuttx-a20115c1c019b98d70ae25a62260126b21486bd0.tar.bz2
nuttx-a20115c1c019b98d70ae25a62260126b21486bd0.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e7f74c7c1..1e8b23d7a 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8981,4 +8981,7 @@
logic commited yesterday (2014-11-15).
* configs/stm32f4discovery/netnsh/defconfig: Needs to set MAC address
(2014-11-15).
-
+ * arch/ and drivers/: Remove use of NET_LL_HDRLEN from Ethernet drivers.
+ 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).