Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353818
b: refs/heads/master
c: 57b49ad
h: refs/heads/master
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 2e9bc60 commit 867e339
Show file tree
Hide file tree
Showing 2 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: edb9ebb098e1f60ba1575ba171189ca38c039805
refs/heads/master: 57b49adaf1b10f45440b22487ca2027c0cb0a6c8
6 changes: 3 additions & 3 deletions trunk/drivers/staging/bcm/Protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ typedef struct _S_ETHCS_PKT_INFO {
E_NWPKT_IPFRAME_TYPE eNwpktIPFrameType;
E_NWPKT_ETHFRAME_TYPE eNwpktEthFrameType;
unsigned short usEtherType;
UCHAR ucDSAP;
unsigned char ucDSAP;
} S_ETHCS_PKT_INFO, *PS_ETHCS_PKT_INFO;

typedef struct _ETH_CS_802_Q_FRAME {
Expand Down Expand Up @@ -115,8 +115,8 @@ typedef struct _TCP_HEADER {
unsigned short usDestPort;
unsigned long ulSeqNumber;
unsigned long ulAckNumber;
UCHAR HeaderLength;
UCHAR ucFlags;
unsigned char HeaderLength;
unsigned char ucFlags;
unsigned short usWindowsSize;
unsigned short usChkSum;
unsigned short usUrgetPtr;
Expand Down

0 comments on commit 867e339

Please sign in to comment.