Commit b2a45eae authored by Chris Park's avatar Chris Park Committed by Greg Kroah-Hartman

staging: wilc1000: remove useless function

This patch remove useless function remove_TCP_related
in wilc_wlan.c file
Signed-off-by: default avatarChris Park <chris.park@atmel.com>
Signed-off-by: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 133b22d6
......@@ -206,15 +206,6 @@ static inline int add_tcp_pending_ack(u32 ack, u32 session_index,
}
return 0;
}
static inline int remove_TCP_related(struct wilc *wilc)
{
unsigned long flags;
spin_lock_irqsave(&wilc->txq_spinlock, flags);
spin_unlock_irqrestore(&wilc->txq_spinlock, flags);
return 0;
}
static inline int tcp_process(struct net_device *dev, struct txq_entry_t *tqe)
{
......
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