hard-interface.c (fcafa5e74b42a182a5bcc5c7f94ca026d4e5f06e) hard-interface.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/workqueue.h>
39
40#include "bat_algo.h"
41#include "bridge_loop_avoidance.h"
42#include "debugfs.h"
43#include "distributed-arp-table.h"
44#include "gateway_client.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/workqueue.h>
39
40#include "bat_algo.h"
41#include "bridge_loop_avoidance.h"
42#include "debugfs.h"
43#include "distributed-arp-table.h"
44#include "gateway_client.h"
45#include "log.h"
45#include "originator.h"
46#include "packet.h"
47#include "send.h"
48#include "soft-interface.h"
49#include "sysfs.h"
50#include "translation-table.h"
51
52/**

--- 756 unchanged lines hidden ---
46#include "originator.h"
47#include "packet.h"
48#include "send.h"
49#include "soft-interface.h"
50#include "sysfs.h"
51#include "translation-table.h"
52
53/**

--- 756 unchanged lines hidden ---