From 45ae398fe34e373700a02e08c0f779e572862525 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 17 Aug 2014 09:51:26 -0600 Subject: Extend the NSH network initialization logic. There is now an option that will create a network monitor thread that will monitor the state of the link. When the link goes down, the code will attempt to gracefully put the Ethernet driver in a down state; When the link comes back, the code will attempt to bring the network back up. --- apps/system/mdio/mdio_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/system') diff --git a/apps/system/mdio/mdio_main.c b/apps/system/mdio/mdio_main.c index 6d770102a..31419b0ef 100644 --- a/apps/system/mdio/mdio_main.c +++ b/apps/system/mdio/mdio_main.c @@ -1,7 +1,7 @@ /**************************************************************************** * examples/mdio/mdio_main.c * - * Copyright (C) 2008, 2011-2012 Gregory Nutt. All rights reserved. + * Copyright (C) 2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without -- cgit v1.2.3