diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-02-25 16:15:06 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-06 15:30:45 -0500 |
commit | c1edd987a4ae08908d8ec08c550240ea065e0649 (patch) | |
tree | 7a92772bfb5dc3b23b65bd165b8821b3caa8183c /net/mac80211/mesh_pathtbl.c | |
parent | 5c142e8db4b2a10dad103d49f309381cb9fc6a87 (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/mesh_pathtbl.c b/net/mac80211/mesh_pathtbl.c index 37094942e72..3cbdbb23d75 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) } rcu_read_unlock(); } +EXPORT_SYMBOL(mesh_plink_broken); /** * mesh_path_flush_by_nexthop - Deletes mesh paths if their next hop matches |