aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/mesh.h')
-rw-r--r--net/mac80211/mesh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/mesh.h b/net/mac80211/mesh.h
index 622cc96eb4d..bd14bd26a2b 100644
--- a/net/mac80211/mesh.h
+++ b/net/mac80211/mesh.h
@@ -233,6 +233,8 @@ void ieee80211_mesh_root_setup(struct ieee80211_if_mesh *ifmsh);
233/* Mesh paths */ 233/* Mesh paths */
234int mesh_nexthop_lookup(struct sk_buff *skb, 234int mesh_nexthop_lookup(struct sk_buff *skb,
235 struct ieee80211_sub_if_data *sdata); 235 struct ieee80211_sub_if_data *sdata);
236int mesh_nexthop_resolve(struct sk_buff *skb,
237 struct ieee80211_sub_if_data *sdata);
236void mesh_path_start_discovery(struct ieee80211_sub_if_data *sdata); 238void mesh_path_start_discovery(struct ieee80211_sub_if_data *sdata);
237struct mesh_path *mesh_path_lookup(u8 *dst, 239struct mesh_path *mesh_path_lookup(u8 *dst,
238 struct ieee80211_sub_if_data *sdata); 240 struct ieee80211_sub_if_data *sdata);