Commit 9962b1a0 authored by Leo Kim's avatar Leo Kim Committed by Greg Kroah-Hartman

staging: wilc1000: wilc_wlan.c: remove unused pointer variables

This patch removes unused two pointer variable.
 - Free_head
 - Alloc_head
It's pointer variables unused inside code.
Signed-off-by: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarGlen Lee <glen.lee@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4878bd6c
...@@ -208,9 +208,6 @@ struct pending_acks_info { ...@@ -208,9 +208,6 @@ struct pending_acks_info {
struct txq_entry_t *txqe; struct txq_entry_t *txqe;
}; };
struct ack_session_info *Free_head;
struct ack_session_info *Alloc_head;
#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