From 931c4834c8d1e1bf0dcc256b89449a01711f970d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 26 Jan 2007 00:38:45 -0500 Subject: firewire: Implement compliant bus management. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kristian Høgsberg Signed-off-by: Stefan Richter --- drivers/firewire/fw-transaction.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'drivers/firewire/fw-transaction.h') diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h index ad7ba32755e..50ec2c683a3 100644 --- a/drivers/firewire/fw-transaction.h +++ b/drivers/firewire/fw-transaction.h @@ -276,6 +276,7 @@ struct fw_card { int current_tlabel, tlabel_mask; struct list_head transaction_list; struct timer_list flush_timer; + unsigned long reset_jiffies; unsigned long long guid; int max_receive; @@ -301,9 +302,10 @@ struct fw_card { struct list_head link; - /* Work struct for IRM duties. */ + /* Work struct for BM duties. */ struct delayed_work work; - int irm_retries; + int bm_retries; + int bm_generation; }; struct fw_card *fw_card_get(struct fw_card *card); -- cgit v1.2.3