diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-06-18 21:44:12 +0400 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-07-10 02:07:43 +0400 |
commit | 24d40125f1f59a6de9d9e6e046676bd60532596c (patch) | |
tree | 312fb396c7b5987313ce20ca033947faf54a273c /drivers/firewire/fw-transaction.h | |
parent | 25d83f583b334ac671fbb905c97c374ba34a597a (diff) | |
download | linux-24d40125f1f59a6de9d9e6e046676bd60532596c.tar.xz |
firewire: optimize gap count with 1394b leaf nodes
Table-based gap count optimization cannot be used if 1394b repeater PHYs
are present. But it does work with 1394b leaf nodes.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Diffstat (limited to 'drivers/firewire/fw-transaction.h')
-rw-r--r-- | drivers/firewire/fw-transaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h index f54eee4e3803..5abed193f4a6 100644 --- a/drivers/firewire/fw-transaction.h +++ b/drivers/firewire/fw-transaction.h @@ -245,7 +245,7 @@ struct fw_card { struct fw_node *irm_node; int color; int gap_count; - int topology_type; + bool beta_repeaters_present; int index; |