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

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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -208,9 +208,6 @@ struct pending_acks_info {
	struct txq_entry_t  *txqe;
};

struct ack_session_info *Free_head;
struct ack_session_info *Alloc_head;

#define NOT_TCP_ACK			(-1)

#define MAX_TCP_SESSION		25