Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353773
b: refs/heads/master
c: 17d7fd2
h: refs/heads/master
i:
  353771: 3d910b9
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent a8ceb3c commit 1f9a635
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: d69438df32834cf7f7da2294bce34e840244abf8
refs/heads/master: 17d7fd271a13b72a0fe452c4a7992c65dc479b23
2 changes: 1 addition & 1 deletion trunk/drivers/staging/bcm/IPv6Protocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ static UCHAR *GetNextIPV6ChainedHeader(UCHAR **ppucPayload,
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_TX, IPV6_DBG,
DBG_LVL_ALL,
"\nIPv6 Fragmentation Header");
usNextHeaderOffset += sizeof(IPV6FragmentHeader);
usNextHeaderOffset += sizeof(struct bcm_ipv6_fragment_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 @@ -39,12 +39,12 @@ typedef struct IPV6RoutingHeaderFormatTag {
unsigned long ulReserved;
} IPV6RoutingHeader;

typedef struct IPV6FragmentHeaderFormatTag {
struct bcm_ipv6_fragment_hdr {
unsigned char ucNextHeader;
unsigned char ucReserved;
unsigned short usFragmentOffset;
unsigned long ulIdentification;
} IPV6FragmentHeader;
};

struct bcm_ipv6_dest_options_hdr {
unsigned char ucNextHeader;
Expand Down

0 comments on commit 1f9a635

Please sign in to comment.