summaryrefslogtreecommitdiff
path: root/net/batman-adv/soft-interface.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2011-03-11 12:41:09 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2011-03-11 12:41:09 +1100
commit5cdb6688c5db7f92821db5ef2ca3c0c0ff52c23b (patch)
treeecbf35920ddeb05781f3b58f26dbfa5407a8a314 /net/batman-adv/soft-interface.h
parent2e90d1edd450555b4daa96bca69f61be336baf1e (diff)
parent33175d84ee3fa29991adb80513683e010769e807 (diff)
Merge remote-tracking branch 'net/master'
Conflicts: drivers/net/Kconfig lib/Makefile
Diffstat (limited to 'net/batman-adv/soft-interface.h')
-rw-r--r--net/batman-adv/soft-interface.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/batman-adv/soft-interface.h b/net/batman-adv/soft-interface.h
index 02b77334d10d..4789b6f2a0b3 100644
--- a/net/batman-adv/soft-interface.h
+++ b/net/batman-adv/soft-interface.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2010 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
@@ -27,9 +27,10 @@ int softif_neigh_seq_print_text(struct seq_file *seq, void *offset);
void softif_neigh_purge(struct bat_priv *bat_priv);
int interface_tx(struct sk_buff *skb, struct net_device *soft_iface);
void interface_rx(struct net_device *soft_iface,
- struct sk_buff *skb, struct batman_if *recv_if,
+ struct sk_buff *skb, struct hard_iface *recv_if,
int hdr_size);
struct net_device *softif_create(char *name);
void softif_destroy(struct net_device *soft_iface);
+int softif_is_valid(struct net_device *net_dev);
#endif /* _NET_BATMAN_ADV_SOFT_INTERFACE_H_ */