]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/sk98lin/h/skcsum.h
* Patches by Xianghua Xiao, 15 Oct 2003:
[karo-tx-uboot.git] / drivers / sk98lin / h / skcsum.h
index b7226f1069d1145726b4e7000d73295343f00bb6..2acae329e34bbaf512e0dc30c05605f817de857b 100644 (file)
  *     $Log: skcsum.h,v $
  *     Revision 1.9  2001/02/06 11:21:39  rassmann
  *     Editorial changes.
- *     
+ *
  *     Revision 1.8  2001/02/06 11:15:36  rassmann
  *     Supporting two nets on dual-port adapters.
- *     
+ *
  *     Revision 1.7  2000/06/29 13:17:05  rassmann
  *     Corrected reception of a packet with UDP checksum == 0 (which means there
  *     is no UDP checksum).
- *     
+ *
  *     Revision 1.6  2000/02/28 12:33:44  cgoos
  *     Changed C++ style comments to C style.
- *     
+ *
  *     Revision 1.5  2000/02/21 12:10:05  cgoos
  *     Fixed license comment.
- *     
+ *
  *     Revision 1.4  2000/02/21 11:08:37  cgoos
  *     Merged changes back into common source.
- *     
+ *
  *     Revision 1.1  1999/07/26 14:47:49  mkarl
  *     changed from common source to windows specific source
  *     added return SKCS_STATUS_IP_CSUM_ERROR_UDP and
  *     SKCS_STATUS_IP_CSUM_ERROR_TCP to pass the NidsTester
  *     changes for Tx csum offload
- *     
+ *
  *     Revision 1.2  1998/09/04 12:16:34  mhaveman
  *     Checked in for Stephan to allow compilation.
  *     -Added definition SK_CSUM_EVENT_CLEAR_PROTO_STATS to clear statistic
  *     -Added prototype for SkCsEvent()
- *     
+ *
  *     Revision 1.1  1998/09/01 15:36:53  swolf
  *     initial revision
  *
  *     SKCS_STATUS_UDP_CSUM_ERROR - UDP checksum error (IP checksum ok).
  *     SKCS_STATUS_TCP_CSUM_OK - IP and TCP checksum ok.
  *     SKCS_STATUS_UDP_CSUM_OK - IP and UDP checksum ok.
- *     SKCS_STATUS_IP_CSUM_OK_NO_UDP - IP checksum OK and no UDP checksum. 
+ *     SKCS_STATUS_IP_CSUM_OK_NO_UDP - IP checksum OK and no UDP checksum.
  */
 #ifndef SKCS_OVERWRITE_STATUS  /* User overwrite? */
 #define SKCS_STATUS    int     /* Define status type. */