diff options
author | Marek Lindner <lindner_marek@yahoo.de> | 2013-02-11 04:10:25 -0500 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2013-03-27 05:27:33 -0400 |
commit | e07932ae6fb74ef707b2b27762fb0ad8aea4b55f (patch) | |
tree | d92690dfa77d66735b55f882cd0a7b0b75c5de20 /net/batman-adv/soft-interface.h | |
parent | a15fd3612dd95341ad190def7faceebb41d6e346 (diff) |
batman-adv: rename batadv_softif_destroy to reflect sysfs use case
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
CC: Sven Eckelmann <sven@narfation.org>
Acked-by: Antonio Quartulli <ordex@autistici.org>
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Diffstat (limited to 'net/batman-adv/soft-interface.h')
-rw-r--r-- | net/batman-adv/soft-interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/soft-interface.h b/net/batman-adv/soft-interface.h index 43182e5e603a..49bc66bb774a 100644 --- a/net/batman-adv/soft-interface.h +++ b/net/batman-adv/soft-interface.h | |||
@@ -25,7 +25,7 @@ void batadv_interface_rx(struct net_device *soft_iface, | |||
25 | struct sk_buff *skb, struct batadv_hard_iface *recv_if, | 25 | struct sk_buff *skb, struct batadv_hard_iface *recv_if, |
26 | int hdr_size, struct batadv_orig_node *orig_node); | 26 | int hdr_size, struct batadv_orig_node *orig_node); |
27 | struct net_device *batadv_softif_create(const char *name); | 27 | struct net_device *batadv_softif_create(const char *name); |
28 | void batadv_softif_destroy(struct net_device *soft_iface); | 28 | void batadv_softif_destroy_sysfs(struct net_device *soft_iface); |
29 | int batadv_softif_is_valid(const struct net_device *net_dev); | 29 | int batadv_softif_is_valid(const struct net_device *net_dev); |
30 | 30 | ||
31 | #endif /* _NET_BATMAN_ADV_SOFT_INTERFACE_H_ */ | 31 | #endif /* _NET_BATMAN_ADV_SOFT_INTERFACE_H_ */ |