From c252a2dd36e2b3cbd0427a9bbb71b1b3192baefe Mon Sep 17 00:00:00 2001 From: Kevin McKinney Date: Sun, 25 Nov 2012 19:28:52 -0500 Subject: [PATCH] --- yaml --- r: 338191 b: refs/heads/master c: 36e0ae29141df4f531bbf5de103443da9c64bca6 h: refs/heads/master i: 338189: 300f64f785129d49c74cc2835c7c9180627834a0 338187: 7d7f8f65deeed0d4a0a6d7c6f3531fb33902c07e 338183: c214ca5eebeef7a731ea0208fb379ba4587dacff 338175: ed0f449cc687ef2cb5e9c243be0b743aea2b91b9 v: v3 --- [refs] | 2 +- trunk/drivers/staging/bcm/HostMIBSInterface.h | 36 +++++++++---------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/[refs] b/[refs] index f45839db6325..af1a8229c82f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8830fd0a169ab569ec2ac79106d430b10ee45353 +refs/heads/master: 36e0ae29141df4f531bbf5de103443da9c64bca6 diff --git a/trunk/drivers/staging/bcm/HostMIBSInterface.h b/trunk/drivers/staging/bcm/HostMIBSInterface.h index 5a348f1b602c..27762fd88bf0 100644 --- a/trunk/drivers/staging/bcm/HostMIBSInterface.h +++ b/trunk/drivers/staging/bcm/HostMIBSInterface.h @@ -140,34 +140,34 @@ typedef struct _S_MIBS_EXTSERVICEFLOW_PARAMETERS { typedef struct _S_MIBS_SERVICEFLOW_TABLE { unsigned long ulSFID; USHORT usVCID_Value; - UINT uiThreshold; + unsigned int uiThreshold; u8 u8TrafficPriority; BOOLEAN bValid; BOOLEAN bActive; BOOLEAN bActivateRequestSent; u8 u8QueueType; - UINT uiMaxBucketSize; - UINT uiCurrentQueueDepthOnTarget; - UINT uiCurrentBytesOnHost; - UINT uiCurrentPacketsOnHost; - UINT uiDroppedCountBytes; - UINT uiDroppedCountPackets; - UINT uiSentBytes; - UINT uiSentPackets; - UINT uiCurrentDrainRate; - UINT uiThisPeriodSentBytes; + unsigned int uiMaxBucketSize; + unsigned int uiCurrentQueueDepthOnTarget; + unsigned int uiCurrentBytesOnHost; + unsigned int uiCurrentPacketsOnHost; + unsigned int uiDroppedCountBytes; + unsigned int uiDroppedCountPackets; + unsigned int uiSentBytes; + unsigned int uiSentPackets; + unsigned int uiCurrentDrainRate; + unsigned int uiThisPeriodSentBytes; LARGE_INTEGER liDrainCalculated; - UINT uiCurrentTokenCount; + unsigned int uiCurrentTokenCount; LARGE_INTEGER liLastUpdateTokenAt; - UINT uiMaxAllowedRate; - UINT NumOfPacketsSent; + unsigned int uiMaxAllowedRate; + unsigned int NumOfPacketsSent; unsigned char ucDirection; USHORT usCID; S_MIBS_EXTSERVICEFLOW_PARAMETERS stMibsExtServiceFlowTable; - UINT uiCurrentRxRate; - UINT uiThisPeriodRxBytes; - UINT uiTotalRxBytes; - UINT uiTotalTxBytes; + unsigned int uiCurrentRxRate; + unsigned int uiThisPeriodRxBytes; + unsigned int uiTotalRxBytes; + unsigned int uiTotalTxBytes; } S_MIBS_SERVICEFLOW_TABLE; typedef struct _S_MIBS_DROPPED_APP_CNTRL_MESSAGES {