From f96f40fc0d72a32ca48afce60f73da3daeb858c3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 16 Aug 2014 12:59:34 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8ee9e9f4c5..c2d535d1e4 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8135,4 +8135,7 @@ (2014-8-16). * include/net/net.h and net/: Fix some missing function headers (2014-8-16). - + * drivers/net/phy_notify.c, include/nuttxarch.h, net/phy.h, and + ioctl.h: Add support for an ioctl that can be used to notify an + application when there is a change in the network status signalled + by a PHY interrupt (2014-8-16).