Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325520
b: refs/heads/master
c: d2a392c
h: refs/heads/master
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Sep 26, 2012
1 parent e354b52 commit ca1d21b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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: c07b53131ef87e11d14402a588a44440892f946c
refs/heads/master: d2a392c2bd1dde3e5b8391a23ca1df7ea3d5cec5
10 changes: 4 additions & 6 deletions trunk/drivers/staging/bcm/cntrl_SignalingInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ struct _stCPacketClassificationRuleSI {
};
typedef struct _stCPacketClassificationRuleSI CCPacketClassificationRuleSI, stCPacketClassificationRuleSI, *pstCPacketClassificationRuleSI;

/* brief class CPhsRuleSI */
typedef struct _stPhsRuleSI {
struct bcm_phs_rules {
/* 8bit PHS Index Of The Service Flow */
B_UINT8 u8PHSI;
/* PHSF Length Of The Service Flow */
Expand All @@ -119,8 +118,7 @@ typedef struct _stPhsRuleSI {
/* Vendor Specific PHS param Of The Service Flow */
B_UINT8 u8VendorSpecificPHSParams[VENDOR_PHS_PARAM_LENGTH];
B_UINT8 u8Padding[2];
} stPhsRuleSI, *pstPhsRuleSI;
typedef stPhsRuleSI CPhsRuleSI;
};

struct bcm_convergence_types {
/* 8bit Phs Classfier Action Of The Service Flow */
Expand All @@ -131,8 +129,8 @@ struct bcm_convergence_types {
B_UINT8 u8Padding[2];
/* brief class cCPacketClassificationRule */
stCPacketClassificationRuleSI cCPacketClassificationRule;
/* brief class CPhsRuleSI */
struct _stPhsRuleSI cPhsRule;
/* Payload header suppression rules structure */
struct bcm_phs_rules cPhsRule;
};

struct bcm_connect_mgr_params {
Expand Down

0 comments on commit ca1d21b

Please sign in to comment.