Commit bc0ad071 authored by Marek Lindner's avatar Marek Lindner Committed by Greg Kroah-Hartman

Staging: batman-adv: remove obsolete variables

This patch removes a variable that became obsolete since the skb handling
replaced the packet handling thread.
Signed-off-by: default avatarMarek Lindner <lindner_marek@yahoo.de>
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 149de2e5
......@@ -35,8 +35,6 @@
DECLARE_WAIT_QUEUE_HEAD(thread_wait);
atomic_t exit_cond;
void slide_own_bcast_window(struct batman_if *batman_if)
{
HASHIT(hashit);
......
......@@ -22,7 +22,6 @@
#include "types.h"
extern wait_queue_head_t thread_wait;
extern atomic_t exit_cond;
void slide_own_bcast_window(struct batman_if *batman_if);
void receive_bat_packet(struct ethhdr *ethhdr,
......
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