Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325521
b: refs/heads/master
c: 4b0cb3c
h: refs/heads/master
i:
  325519: e354b52
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Sep 26, 2012
1 parent ca1d21b commit 680d1e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 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: d2a392c2bd1dde3e5b8391a23ca1df7ea3d5cec5
refs/heads/master: 4b0cb3cb3bf96fd22bc9c5b0de5a3751f18e8fb6
12 changes: 3 additions & 9 deletions trunk/drivers/staging/bcm/cntrl_SignalingInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@
#define NUM_ETHERTYPE_BYTES 3
#define NUM_IPV6_FLOWLABLE_BYTES 3

/*
* structure Definitions
*
* brief class cCPacketClassificationRule
*/
struct _stCPacketClassificationRuleSI {
struct bcm_packet_class_rules {
/* 16bit UserPriority Of The Service Flow */
B_UINT16 u16UserPriority;
/* 16bit VLANID Of The Service Flow */
Expand Down Expand Up @@ -96,7 +91,6 @@ struct _stCPacketClassificationRuleSI {
B_UINT8 u8ClassifierActionRule;
B_UINT16 u16ValidityBitMap;
};
typedef struct _stCPacketClassificationRuleSI CCPacketClassificationRuleSI, stCPacketClassificationRuleSI, *pstCPacketClassificationRuleSI;

struct bcm_phs_rules {
/* 8bit PHS Index Of The Service Flow */
Expand Down Expand Up @@ -127,8 +121,8 @@ struct bcm_convergence_types {
B_UINT8 u8PhsDSCAction;
/* 16bit Padding */
B_UINT8 u8Padding[2];
/* brief class cCPacketClassificationRule */
stCPacketClassificationRuleSI cCPacketClassificationRule;
/* Packet classification rules structure */
struct bcm_packet_class_rules cCPacketClassificationRule;
/* Payload header suppression rules structure */
struct bcm_phs_rules cPhsRule;
};
Expand Down

0 comments on commit 680d1e9

Please sign in to comment.