Update CDC Class Driver character stream functions to use the correct avr-libc return...
[pub/USBasp.git] / Demos / Device / LowLevel / RNDISEthernet / Lib / Ethernet.c
index 3d34f71..5a5c370 100644 (file)
 /** \file\r
  *\r
  *  Ethernet frame packet handling routines. This protocol handles the processing of raw Ethernet\r
- *  frames sent and received, deferring the processing of subpacket protocols to the appropriate\r
+ *  frames sent and received, deferring the processing of sub-packet protocols to the appropriate\r
  *  protocol handlers, such as DHCP or ARP.\r
  */\r
  \r
 #include "Ethernet.h"\r
 \r
-/* Global Variables: */\r
 /** Ethernet Frame buffer structure, to hold the incoming Ethernet frame from the host. */\r
 Ethernet_Frame_Info_t FrameIN;\r
 \r
@@ -116,8 +115,8 @@ void Ethernet_ProcessPacket(void)
 /** Calculates the appropriate ethernet checksum, consisting of the addition of the one's\r
  *  compliment of each word, complimented.\r
  *\r
- *  \param Data   Pointer to the packet buffer data whose checksum must be calculated\r
- *  \param Bytes  Number of bytes in the data buffer to process\r
+ *  \param[in] Data   Pointer to the packet buffer data whose checksum must be calculated\r
+ *  \param[in] Bytes  Number of bytes in the data buffer to process\r
  *\r
  *  \return A 16-bit Ethernet checksum value\r
  */\r