Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353771
b: refs/heads/master
c: bc25b75
h: refs/heads/master
i:
  353769: bbd853c
  353767: 576bbc4
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent a4e4d3b commit 3d910b9
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: 5601bb9da56602a4faa387c9cc6b1bb929393de5
refs/heads/master: bc25b751537e9481bf41d2718969f9356e31fb4f
2 changes: 1 addition & 1 deletion trunk/drivers/staging/bcm/IPv6Protocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static UCHAR *GetNextIPV6ChainedHeader(UCHAR **ppucPayload,

BCM_DEBUG_PRINT(Adapter, DBG_TYPE_TX, IPV6_DBG,
DBG_LVL_ALL, "\nIPv6 HopByHop Header");
usNextHeaderOffset += sizeof(IPV6HopByHopOptionsHeader);
usNextHeaderOffset += sizeof(struct bcm_ipv6_options_hdr);
}
break;

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 @@ -52,11 +52,11 @@ typedef struct IPV6DestOptionsHeaderFormatTag {
unsigned char ucDestOptions[6];
} IPV6DestOptionsHeader;

typedef struct IPV6HopByHopOptionsHeaderFormatTag {
struct bcm_ipv6_options_hdr {
unsigned char ucNextHeader;
unsigned char ucMisc[3];
unsigned long ulJumboPayloadLen;
} IPV6HopByHopOptionsHeader;
};

struct bcm_ipv6_authentication_hdr {
unsigned char ucNextHeader;
Expand Down

0 comments on commit 3d910b9

Please sign in to comment.