Skip to content

Commit

Permalink
wilc1000 : Remove unused macro definitions
Browse files Browse the repository at this point in the history
Remove all unused TCP_*_MASK macro definitions

Signed-off-by: Anish Bhatt <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
anish authored and gregkh committed Sep 29, 2015
1 parent 1fea593 commit 5cfe8c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/staging/wilc1000/wilc_wlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,6 @@ typedef struct {
struct Ack_session_info *Free_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 MAX_TCP_SESSION 25
Expand Down

0 comments on commit 5cfe8c1

Please sign in to comment.