summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/aggregation.h
diff options
context:
space:
mode:
authorMarek Lindner <lindner_marek@yahoo.de>2011-07-30 12:04:12 +0200
committerMarek Lindner <lindner_marek@yahoo.de>2011-09-08 17:39:06 +0200
commitfc9572756418e13e0bffaf2d58f678b907602507 (patch)
tree373a9b5631dbaa2bc8fc41c75d094a7f0bb157e5 /net/batman-adv/aggregation.h
parentbatman-adv: rename all instances of batman_packet to batman_ogm_packet (diff)
downloadlinux-fc9572756418e13e0bffaf2d58f678b907602507.tar.xz
linux-fc9572756418e13e0bffaf2d58f678b907602507.zip
batman-adv: agglomerate all batman iv ogm processing functions in a single file
In preparation of the upcoming improved routing algorithm the code based has to be re-organized to allow choosing the routing algorithm at compile time. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Diffstat (limited to 'net/batman-adv/aggregation.h')
-rw-r--r--net/batman-adv/aggregation.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/batman-adv/aggregation.h b/net/batman-adv/aggregation.h
index 7fc23b028b2a..7a92e4c69ed0 100644
--- a/net/batman-adv/aggregation.h
+++ b/net/batman-adv/aggregation.h
@@ -38,8 +38,5 @@ void add_bat_packet_to_list(struct bat_priv *bat_priv,
unsigned char *packet_buff, int packet_len,
struct hard_iface *if_incoming, int own_packet,
unsigned long send_time);
-void receive_aggr_bat_packet(const struct ethhdr *ethhdr,
- unsigned char *packet_buff, int packet_len,
- struct hard_iface *if_incoming);
#endif /* _NET_BATMAN_ADV_AGGREGATION_H_ */