send.c (fcafa5e74b42a182a5bcc5c7f94ca026d4e5f06e) send.c (ba412080fb6461b5a40dbc5e44186ed029d67b8d)
1/* Copyright (C) 2007-2016 B.A.T.M.A.N. contributors:
2 *
3 * Marek Lindner, Simon Wunderlich
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of version 2 of the GNU General Public
7 * License as published by the Free Software Foundation.
8 *

--- 28 unchanged lines hidden (view full) ---

37#include <linux/spinlock.h>
38#include <linux/stddef.h>
39#include <linux/workqueue.h>
40
41#include "distributed-arp-table.h"
42#include "fragmentation.h"
43#include "gateway_client.h"
44#include "hard-interface.h"
1/* Copyright (C) 2007-2016 B.A.T.M.A.N. contributors:
2 *
3 * Marek Lindner, Simon Wunderlich
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of version 2 of the GNU General Public
7 * License as published by the Free Software Foundation.
8 *

--- 28 unchanged lines hidden (view full) ---

37#include <linux/spinlock.h>
38#include <linux/stddef.h>
39#include <linux/workqueue.h>
40
41#include "distributed-arp-table.h"
42#include "fragmentation.h"
43#include "gateway_client.h"
44#include "hard-interface.h"
45#include "log.h"
45#include "network-coding.h"
46#include "originator.h"
47#include "routing.h"
48#include "soft-interface.h"
49#include "translation-table.h"
50
51static void batadv_send_outstanding_bcast_packet(struct work_struct *work);
52

--- 610 unchanged lines hidden ---
46#include "network-coding.h"
47#include "originator.h"
48#include "routing.h"
49#include "soft-interface.h"
50#include "translation-table.h"
51
52static void batadv_send_outstanding_bcast_packet(struct work_struct *work);
53

--- 610 unchanged lines hidden ---