patch-2.4.22 linux-2.4.22/net/irda/crc.c
Next file: linux-2.4.22/net/irda/ircomm/ircomm_param.c
Previous file: linux-2.4.22/net/ipv6/udp.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
2003-08-25 04:44:44.000000000 -0700
-  Orig file: 
linux-2.4.21/net/irda/crc.c
-  Orig date: 
1999-05-30 10:27:04.000000000 -0700
diff -urN linux-2.4.21/net/irda/crc.c linux-2.4.22/net/irda/crc.c
@@ -57,7 +57,7 @@
 	0x7bc7, 0x6a4e, 0x58d5, 0x495c, 0x3de3, 0x2c6a, 0x1ef1, 0x0f78
 };
 
-unsigned short crc_calc( __u16 fcs, __u8 const *buf, size_t len) 
+unsigned short irda_calc_crc16( __u16 fcs, __u8 const *buf, size_t len) 
 {
 	while (len--)
                 fcs = irda_fcs(fcs, *buf++);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)