summaryrefslogtreecommitdiff
path: root/drivers/staging/bcm/Protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/bcm/Protocol.h')
-rw-r--r--drivers/staging/bcm/Protocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/bcm/Protocol.h b/drivers/staging/bcm/Protocol.h
index 040689bc203e..7070ce69157c 100644
--- a/drivers/staging/bcm/Protocol.h
+++ b/drivers/staging/bcm/Protocol.h
@@ -113,8 +113,8 @@ typedef enum _E_SERVICEFLOW_CS_SPEC_ {
typedef struct _TCP_HEADER {
unsigned short usSrcPort;
unsigned short usDestPort;
- ULONG ulSeqNumber;
- ULONG ulAckNumber;
+ unsigned long ulSeqNumber;
+ unsigned long ulAckNumber;
UCHAR HeaderLength;
UCHAR ucFlags;
unsigned short usWindowsSize;