aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_pathtbl.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2008-02-25 10:15:06 -0500
committerJohn W. Linville <linville@tuxdriver.com>2008-03-06 15:30:45 -0500
commitc1edd987a4ae08908d8ec08c550240ea065e0649 (patch)
tree7a92772bfb5dc3b23b65bd165b8821b3caa8183c /net/mac80211/mesh_pathtbl.c
parent5c142e8db4b2a10dad103d49f309381cb9fc6a87 (diff)
mac80211: export mesh_plink_broken
This needs to be exported because rate control algorithms can be modular. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/mesh_pathtbl.c')
-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