From 87bde7e040f507c38d39c7bc2ed884de489e1b1d Mon Sep 17 00:00:00 2001 From: Kevin McKinney Date: Sun, 25 Nov 2012 19:28:46 -0500 Subject: [PATCH] --- yaml --- r: 338185 b: refs/heads/master c: 27aaa420c764387ac4528a143f08f06c10b484a1 h: refs/heads/master i: 338183: c214ca5eebeef7a731ea0208fb379ba4587dacff v: v3 --- [refs] | 2 +- trunk/drivers/staging/bcm/HostMIBSInterface.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 717936c105b0..c4d91186bbe1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 57353c0a74da849573202ca37f22426d428e7afa +refs/heads/master: 27aaa420c764387ac4528a143f08f06c10b484a1 diff --git a/trunk/drivers/staging/bcm/HostMIBSInterface.h b/trunk/drivers/staging/bcm/HostMIBSInterface.h index 639967afcc9b..c389d80cdc0e 100644 --- a/trunk/drivers/staging/bcm/HostMIBSInterface.h +++ b/trunk/drivers/staging/bcm/HostMIBSInterface.h @@ -44,8 +44,8 @@ typedef union _U_MIBS_IP_ADDRESS { } U_MIBS_IP_ADDRESS; typedef struct _S_MIBS_HOST_INFO { - ULONG64 GoodTransmits; - ULONG64 GoodReceives; + u64 GoodTransmits; + u64 GoodReceives; /* this to keep track of the Tx and Rx MailBox Registers. */ ULONG NumDesUsed; ULONG CurrNumFreeDesc;