aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/mac80211/mesh_pathtbl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/mesh_pathtbl.c b/net/mac80211/mesh_pathtbl.c
index 37094942e728..3cbdbb23d75a 100644
--- a/net/mac80211/mesh_pathtbl.c
+++ b/net/mac80211/mesh_pathtbl.c
@@ -257,6 +257,7 @@ void mesh_plink_broken(struct sta_info *sta)
257 } 257 }
258 rcu_read_unlock(); 258 rcu_read_unlock();
259} 259}
260EXPORT_SYMBOL(mesh_plink_broken);
260 261
261/** 262/**
262 * mesh_path_flush_by_nexthop - Deletes mesh paths if their next hop matches 263 * mesh_path_flush_by_nexthop - Deletes mesh paths if their next hop matches