Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338199
b: refs/heads/master
c: 8a885ae
h: refs/heads/master
i:
  338197: 7d4aa28
  338195: 87421c0
  338191: c252a2d
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Nov 27, 2012
1 parent 7b5120a commit ff546c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 8c7d51a3e83cfd508e7e766177be57ec7c829f54
refs/heads/master: 8a885ae80573430f1d3c31b6b33d078b1ed44aee
6 changes: 3 additions & 3 deletions trunk/drivers/staging/bcm/HostMIBSInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ typedef struct _S_MIBS_CLASSIFIER_RULE {
u32 u32PHSRuleID;
} S_MIBS_CLASSIFIER_RULE;

typedef struct _S_MIBS_PHS_RULE {
struct bcm_mibs_phs_rule {
unsigned long ulSFID;
u8 u8PHSI;
u8 u8PHSFLength;
Expand All @@ -111,7 +111,7 @@ typedef struct _S_MIBS_PHS_RULE {
long PHSModifiedBytes;
unsigned long PHSModifiedNumPackets;
unsigned long PHSErrorNumPackets;
} S_MIBS_PHS_RULE;
};

struct bcm_mibs_parameters {
u32 wmanIfSfid;
Expand Down Expand Up @@ -185,7 +185,7 @@ struct bcm_host_stats_mibs {
S_MIBS_HOST_INFO stHostInfo;
S_MIBS_CLASSIFIER_RULE astClassifierTable[MIBS_MAX_CLASSIFIERS];
struct bcm_mibs_table astSFtable[MIBS_MAX_SERVICEFLOWS];
S_MIBS_PHS_RULE astPhsRulesTable[MIBS_MAX_PHSRULES];
struct bcm_mibs_phs_rule astPhsRulesTable[MIBS_MAX_PHSRULES];
struct bcm_mibs_dropped_cntrl_msg stDroppedAppCntrlMsgs;
};

Expand Down

0 comments on commit ff546c8

Please sign in to comment.