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: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Marek Lindner 2010-02-19 16:18:07 +01:00 коммит произвёл Greg Kroah-Hartman
Родитель 149de2e58b
Коммит bc0ad071a7
2 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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,