Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353768
b: refs/heads/master
c: dbadab2
h: refs/heads/master
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 576bbc4 commit 6cd5075
Show file tree
Hide file tree
Showing 3 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: 16806309fe6b4b6d8c1dd44e31f73e2d8d9f4658
refs/heads/master: dbadab2684d47cc7e67a4f06a44f3120a5a59c3f
2 changes: 1 addition & 1 deletion trunk/drivers/staging/bcm/CmHost.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ static VOID deleteSFBySfid(struct bcm_mini_adapter *Adapter, UINT uiSearchRuleIn
static inline VOID
CopyIpAddrToClassifier(struct bcm_classifier_rule *pstClassifierEntry,
B_UINT8 u8IpAddressLen, B_UINT8 *pu8IpAddressMaskSrc,
BOOLEAN bIpVersion6, E_IPADDR_CONTEXT eIpAddrContext)
BOOLEAN bIpVersion6, enum bcm_ipaddr_context eIpAddrContext)
{
int i = 0;
UINT nSizeOfIPAddressInBytes = IP_LENGTH_OF_ADDRESS;
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/bcm/IPv6ProtocolHdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ typedef struct IPV6IcmpHeaderFormatTag {
unsigned short usChecksum;
} IPV6IcmpHeader;

typedef enum _E_IPADDR_CONTEXT {
enum bcm_ipaddr_context {
eSrcIpAddress,
eDestIpAddress
} E_IPADDR_CONTEXT;
};

/* Function Prototypes */

Expand Down

0 comments on commit 6cd5075

Please sign in to comment.