]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/STM32Fxx/NetworkInterface.c
Update TCP/IP tack to latest form Git.
[freertos] / FreeRTOS-Plus / Source / FreeRTOS-Plus-TCP / portable / NetworkInterface / STM32Fxx / NetworkInterface.c
index ab17be237138c2d4f9cc0ef8d20dbd7846413ac0..d95165a0441cf45158b5bafa2ecc89ba5abe2535 100644 (file)
@@ -451,7 +451,6 @@ BaseType_t xResult;
                /* For now pdFAIL will be returned. But prvEMACHandlerTask() is running\r
                and it will keep on checking the PHY and set 'ulLinkStatusMask' when necessary. */\r
                xResult = pdFAIL;\r
-               FreeRTOS_printf( ( "Link Status still low\n" ) ) ;\r
        }\r
        /* When returning non-zero, the stack will become active and\r
     start DHCP (in configured) */\r
@@ -593,14 +592,6 @@ const TickType_t xBlockTimeTicks = pdMS_TO_TICKS( 50u );
        /* Open a do {} while ( 0 ) loop to be able to call break. */\r
        do\r
        {\r
-               if( xCheckLoopback( pxDescriptor, bReleaseAfterSend ) != 0 )\r
-               {\r
-                       /* The packet has been sent back to the IP-task.\r
-                       The IP-task will further handle it.\r
-                       Do not release the descriptor. */\r
-                       bReleaseAfterSend = pdFALSE;\r
-                       break;\r
-               }\r
                #if( ipconfigDRIVER_INCLUDED_TX_IP_CHECKSUM != 0 )\r
                {\r
                ProtocolPacket_t *pxPacket;\r