]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
wilc1000 : Remove unused macro definitions
authorAnish Bhatt <anish@gatech.edu>
Fri, 25 Sep 2015 07:45:15 +0000 (00:45 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 00:42:25 +0000 (02:42 +0200)
Remove all unused TCP_*_MASK macro definitions

Signed-off-by: Anish Bhatt <anish@gatech.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wlan.c

index 54d0d7100b0283e65af6d58272d1aa5e29f0b19a..be5e6f964d686baa9336193c5b46d81956449b2c 100644 (file)
@@ -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