More work on the IP Stack, now responds to pings
[tpg/acess2.git] / Modules / IPStack / link.c
index cb59f0f..86cde85 100644 (file)
@@ -86,7 +86,6 @@ void Link_SendPacket(tAdapter *Adapter, Uint16 Type, tMacAddr To, int Length, vo
        *(Uint32*) &hdr->Data[Length] = 0;
        *(Uint32*) &hdr->Data[Length] = htonl( Link_CalculateCRC(buf, bufSize) );
        
-       
        VFS_Write(Adapter->DeviceFD, bufSize, buf);
 }
 

UCC git Repository :: git.ucc.asn.au