firewire: Use lib/ implementation of CRC ITU-T.
With the CRC ITU-T implementation available in lib/ we can use that instead. This also fixes a bug in the topology map crc computation. Signed-off-by: Kristian Hoegsberg <krh@redhat.com> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> (fixed Kconfig)
This commit is contained in:
committed by
Stefan Richter
parent
3e7cbae7c6
commit
e175569c46
@@ -88,7 +88,8 @@ fw_node_put(struct fw_node *node)
|
||||
void
|
||||
fw_destroy_nodes(struct fw_card *card);
|
||||
|
||||
u16
|
||||
crc16_itu_t(const u32 *buffer, size_t length);
|
||||
int
|
||||
fw_compute_block_crc(u32 *block);
|
||||
|
||||
|
||||
#endif /* __fw_topology_h */
|
||||
|
Reference in New Issue
Block a user