diff options
author | Kristian Høgsberg <krh@redhat.com> | 2007-03-07 12:12:55 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-09 16:03:14 -0500 |
commit | 473d28c730e2de888c24b226cfe4183868eacde2 (patch) | |
tree | 8653544f742c8c99d6076f881eb0eb0ef4b30904 /drivers/firewire/fw-transaction.h | |
parent | 7c6e647da00883ec2208171d51537f23498dd669 (diff) |
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>
Diffstat (limited to 'drivers/firewire/fw-transaction.h')
-rw-r--r-- | drivers/firewire/fw-transaction.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h index e7301b83f91e..a661afb9d68f 100644 --- a/drivers/firewire/fw-transaction.h +++ b/drivers/firewire/fw-transaction.h | |||
@@ -285,9 +285,10 @@ struct fw_card { | |||
285 | int link_speed; | 285 | int link_speed; |
286 | int config_rom_generation; | 286 | int config_rom_generation; |
287 | 287 | ||
288 | /* We need to store up to 4 self ID for a maximum of 63 devices. */ | 288 | /* We need to store up to 4 self ID for a maximum of 63 |
289 | * devices plus 3 words for the topology map header. */ | ||
289 | int self_id_count; | 290 | int self_id_count; |
290 | u32 self_ids[252]; | 291 | u32 topology_map[252 + 3]; |
291 | 292 | ||
292 | spinlock_t lock; /* Take this lock when handling the lists in | 293 | spinlock_t lock; /* Take this lock when handling the lists in |
293 | * this struct. */ | 294 | * this struct. */ |