diff options
author | Antonio Quartulli <antonio@open-mesh.com> | 2013-04-17 17:44:43 +0200 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2013-05-29 02:44:54 +0200 |
commit | d98966173213704873864c4e5057d823996ae95d (patch) | |
tree | edd4383ff16238b0a19d2df4bb98ae9e7d3ab2bd /net/batman-adv/routing.h | |
parent | 24a5deeb8a198f0a26ae04485d9976c5e414f723 (diff) | |
download | talos-obmc-linux-d98966173213704873864c4e5057d823996ae95d.tar.gz talos-obmc-linux-d98966173213704873864c4e5057d823996ae95d.zip |
batman-adv: move batadv_slide_own_bcast_window to bat_iv_ogm.c
batadv_slide_own_bcast_window() is used only in bat_iv_ogm.c
and it is currently touching only batman_iv specific
attributes.
Move it into bat_iv_ogm.c and make it static.
Signed-off-by: Antonio Quartulli <antonio@open-mesh.com>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Diffstat (limited to 'net/batman-adv/routing.h')
-rw-r--r-- | net/batman-adv/routing.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/batman-adv/routing.h b/net/batman-adv/routing.h index 99eeafaba407..72a29bde2010 100644 --- a/net/batman-adv/routing.h +++ b/net/batman-adv/routing.h @@ -20,7 +20,6 @@ #ifndef _NET_BATMAN_ADV_ROUTING_H_ #define _NET_BATMAN_ADV_ROUTING_H_ -void batadv_slide_own_bcast_window(struct batadv_hard_iface *hard_iface); bool batadv_check_management_packet(struct sk_buff *skb, struct batadv_hard_iface *hard_iface, int header_len); |