Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338192
b: refs/heads/master
c: 7d5691e
h: refs/heads/master
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Nov 27, 2012
1 parent c252a2d commit 880e3f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 36e0ae29141df4f531bbf5de103443da9c64bca6
refs/heads/master: 7d5691e5ce814b43c08d5d5701c73346de4d1356
14 changes: 7 additions & 7 deletions trunk/drivers/staging/bcm/HostMIBSInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ typedef struct _S_MIBS_CLASSIFIER_RULE {
unsigned char ucReserved[2];
u16 uiClassifierRuleIndex;
BOOLEAN bUsed;
USHORT usVCID_Value;
unsigned short usVCID_Value;
u8 u8ClassifierRulePriority;
U_MIBS_IP_ADDRESS stSrcIpAddress;
/* IP Source Address Length */
Expand All @@ -83,11 +83,11 @@ typedef struct _S_MIBS_CLASSIFIER_RULE {
unsigned char ucTosMask;
unsigned char ucProtocolLength;
unsigned char ucProtocol[MIBS_MAX_PROTOCOL_LENGTH];
USHORT usSrcPortRangeLo[MIBS_MAX_PORT_RANGE];
USHORT usSrcPortRangeHi[MIBS_MAX_PORT_RANGE];
unsigned short usSrcPortRangeLo[MIBS_MAX_PORT_RANGE];
unsigned short usSrcPortRangeHi[MIBS_MAX_PORT_RANGE];
unsigned char ucSrcPortRangeLength;
USHORT usDestPortRangeLo[MIBS_MAX_PORT_RANGE];
USHORT usDestPortRangeHi[MIBS_MAX_PORT_RANGE];
unsigned short usDestPortRangeLo[MIBS_MAX_PORT_RANGE];
unsigned short usDestPortRangeHi[MIBS_MAX_PORT_RANGE];
unsigned char ucDestPortRangeLength;
BOOLEAN bProtocolValid;
BOOLEAN bTOSValid;
Expand Down Expand Up @@ -139,7 +139,7 @@ typedef struct _S_MIBS_EXTSERVICEFLOW_PARAMETERS {

typedef struct _S_MIBS_SERVICEFLOW_TABLE {
unsigned long ulSFID;
USHORT usVCID_Value;
unsigned short usVCID_Value;
unsigned int uiThreshold;
u8 u8TrafficPriority;
BOOLEAN bValid;
Expand All @@ -162,7 +162,7 @@ typedef struct _S_MIBS_SERVICEFLOW_TABLE {
unsigned int uiMaxAllowedRate;
unsigned int NumOfPacketsSent;
unsigned char ucDirection;
USHORT usCID;
unsigned short usCID;
S_MIBS_EXTSERVICEFLOW_PARAMETERS stMibsExtServiceFlowTable;
unsigned int uiCurrentRxRate;
unsigned int uiThisPeriodRxBytes;
Expand Down

0 comments on commit 880e3f6

Please sign in to comment.