patch-2.4.22 linux-2.4.22/include/net/irda/crc.h

Next file: linux-2.4.22/include/net/irda/ircomm_tty.h
Previous file: linux-2.4.22/include/net/ip6_fib.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/include/net/irda/crc.h linux-2.4.22/include/net/irda/crc.h
@@ -28,6 +28,6 @@
 }
 
 /* Recompute the FCS with len bytes appended. */
-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);
 
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)