projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fea593
)
wilc1000 : Remove unused macro definitions
author
Anish Bhatt
<anish@gatech.edu>
Fri, 25 Sep 2015 07:45:15 +0000
(
00:45
-0700)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/wilc1000/wilc_wlan.c
b/drivers/staging/wilc1000/wilc_wlan.c
index 54d0d7100b0283e65af6d58272d1aa5e29f0b19a..be5e6f964d686baa9336193c5b46d81956449b2c 100644
(file)
--- a/
drivers/staging/wilc1000/wilc_wlan.c
+++ b/
drivers/staging/wilc1000/wilc_wlan.c
@@
-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