Temporary fix for interoperability with Windows and OS X. A more complete

fix will follow when its ready.

Submitted by: simokawa
This commit is contained in:
Doug Rabson 2004-07-20 08:58:27 +00:00
parent e231995bb9
commit 2f8e2ebbe2

View File

@ -91,7 +91,7 @@ static void fwip_stream_input (struct fw_xferq *);
static void fwip_unicast_input(struct fw_xfer *);
static int fwipdebug = 0;
static int broadcast_channel = 31; /* XXX */
static int broadcast_channel = 0xc0 | 0x1f; /* tag | channel(XXX) */
static int tx_speed = 2;
static int rx_queue_len = FWMAXQUEUE;