firewire: Implement topology map and fix a couple of loopback bugs.

Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
这个提交包含在:
Kristian Høgsberg
2007-03-07 12:12:55 -05:00
提交者 Stefan Richter
父节点 7c6e647da0
当前提交 473d28c730
修改 6 个文件,包含 85 行新增16 行删除

查看文件

@@ -30,7 +30,7 @@
* polynomial, but we need the ITU-T (or CCITT) polynomial (0x1021).
* The implementation below works on an array of host-endian u32
* words, assuming they'll be transmited msb first. */
static u16
u16
crc16_itu_t(const u32 *buffer, size_t length)
{
int shift, i;