Commit 5cfe8c14 authored by Anish Bhatt's avatar Anish Bhatt Committed by Greg Kroah-Hartman

wilc1000 : Remove unused macro definitions

Remove all unused TCP_*_MASK macro definitions
Signed-off-by: default avatarAnish Bhatt <anish@gatech.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1fea593f
...@@ -279,9 +279,6 @@ typedef struct { ...@@ -279,9 +279,6 @@ typedef struct {
struct Ack_session_info *Free_head; struct Ack_session_info *Free_head;
struct Ack_session_info *Alloc_head; struct Ack_session_info *Alloc_head;
#define TCP_FIN_MASK (1 << 0)
#define TCP_SYN_MASK (1 << 1)
#define TCP_Ack_MASK (1 << 4)
#define NOT_TCP_ACK (-1) #define NOT_TCP_ACK (-1)
#define MAX_TCP_SESSION 25 #define MAX_TCP_SESSION 25
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment