From f28fb77e552aac5eec4e1fb32664517b2e90e6cb Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 17 Aug 2014 09:53:43 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 21a3424ade..a03de8d6b1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8149,3 +8149,5 @@ * arch/arm/src/sama5/sam_emaca.c, sam_emacb.c, and sam_gmac.c: Implement all network ioctls, including the new ioctl to setup PHY event notifications (2014-8-16). + * include/net/if.h: Add some helper macros to make the code that uses + the ioctls a little more compact (2014-8-17).