Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353795
b: refs/heads/master
c: 3efa535
h: refs/heads/master
i:
  353793: df0bdfb
  353791: f60c668
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 3bfb1f8 commit fa86538
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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: acd4ab258f5fc2a8942f5b96be6f7e2f9b4164f2
refs/heads/master: 3efa535669a63d10f9b1c5f17ee6014224cc2d26
28 changes: 14 additions & 14 deletions trunk/drivers/staging/bcm/PHSDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
#define ERR_PHSRULE_MATCH_FAIL 0x809

typedef struct _S_PHS_RULE {
B_UINT8 u8PHSI;
B_UINT8 u8PHSFLength;
B_UINT8 u8PHSF[MAX_PHS_LENGTHS];
B_UINT8 u8PHSMLength;
B_UINT8 u8PHSM[MAX_PHS_LENGTHS];
B_UINT8 u8PHSS;
B_UINT8 u8PHSV;
B_UINT8 u8RefCnt;
B_UINT8 bUnclassifiedPHSRule;
B_UINT8 u8Reserved[3];
u8 u8PHSI;
u8 u8PHSFLength;
u8 u8PHSF[MAX_PHS_LENGTHS];
u8 u8PHSMLength;
u8 u8PHSM[MAX_PHS_LENGTHS];
u8 u8PHSS;
u8 u8PHSV;
u8 u8RefCnt;
u8 bUnclassifiedPHSRule;
u8 u8Reserved[3];
LONG PHSModifiedBytes;
ULONG PHSModifiedNumPackets;
ULONG PHSErrorNumPackets;
Expand All @@ -59,11 +59,11 @@ typedef enum _E_CLASSIFIER_ENTRY_CONTEXT {
} E_CLASSIFIER_ENTRY_CONTEXT;

typedef struct _S_CLASSIFIER_ENTRY {
B_UINT8 bUsed;
u8 bUsed;
B_UINT16 uiClassifierRuleId;
B_UINT8 u8PHSI;
u8 u8PHSI;
S_PHS_RULE *pstPhsRule;
B_UINT8 bUnclassifiedPHSRule;
u8 bUnclassifiedPHSRule;
} S_CLASSIFIER_ENTRY;

typedef struct _S_CLASSIFIER_TABLE {
Expand All @@ -74,7 +74,7 @@ typedef struct _S_CLASSIFIER_TABLE {
} S_CLASSIFIER_TABLE;

typedef struct _S_SERVICEFLOW_ENTRY {
B_UINT8 bUsed;
u8 bUsed;
B_UINT16 uiVcid;
S_CLASSIFIER_TABLE *pstClassifierTable;
} S_SERVICEFLOW_ENTRY;
Expand Down

0 comments on commit fa86538

Please sign in to comment.