summaryrefslogtreecommitdiff
path: root/gpxe/src/drivers/net/w89c840.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/drivers/net/w89c840.c')
-rw-r--r--gpxe/src/drivers/net/w89c840.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpxe/src/drivers/net/w89c840.c b/gpxe/src/drivers/net/w89c840.c
index 14497640..5abc0b35 100644
--- a/gpxe/src/drivers/net/w89c840.c
+++ b/gpxe/src/drivers/net/w89c840.c
@@ -112,7 +112,7 @@ static const char *w89c840_version = "driver Version 0.94 - December 12, 2003";
/* Operational parameters that usually are not changed. */
/* Time in jiffies before concluding the transmitter is hung. */
-#define TX_TIMEOUT (10*USECS_IN_MSEC)
+#define TX_TIMEOUT (10*1000)
#define PKT_BUF_SZ 1536 /* Size of each temporary Rx buffer.*/
@@ -486,7 +486,7 @@ static void w89c840_transmit(
/* send the packet to destination */
unsigned entry;
int transmit_status;
- tick_t ct;
+ unsigned long ct;
/* Caution: the write order is important here, set the field
with the "ownership" bits last. */