summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-20 17:27:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-20 17:27:59 -0600
commitfb240b8d5d01ea6587eb7355c33c9a96aa18942f (patch)
treef18d3cf6407bee0bf9947de69616b10c75762443 /nuttx/ChangeLog
parent66f2da8de179bf8be875830ffaaba09232bd7421 (diff)
downloadnuttx-fb240b8d5d01ea6587eb7355c33c9a96aa18942f.tar.gz
nuttx-fb240b8d5d01ea6587eb7355c33c9a96aa18942f.tar.bz2
nuttx-fb240b8d5d01ea6587eb7355c33c9a96aa18942f.zip
net/netdev_findbyaddr.c: Skip network devices that are in the down state. They have no meaning address
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 5f7accac9..143044598 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7018,4 +7018,7 @@
drivers/usbdev/usbmsc_scsi.c: If DCD can support queuing of stall
requests, then the USB MSC stall work around delays are not necessary
(2014-3-20).
+ * net/netdev_findbyaddr.c: Skip network devices that are in the
+ "down" state. It does not make sense to consider an address match
+ with a "down" device. From Brennan Ashton (2014-3-20).