提交 c1edd987 编写于 作者: J Johannes Berg 提交者: John W. Linville

mac80211: export mesh_plink_broken

This needs to be exported because rate control algorithms
can be modular.
Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 5c142e8d
...@@ -257,6 +257,7 @@ void mesh_plink_broken(struct sta_info *sta) ...@@ -257,6 +257,7 @@ void mesh_plink_broken(struct sta_info *sta)
} }
rcu_read_unlock(); rcu_read_unlock();
} }
EXPORT_SYMBOL(mesh_plink_broken);
/** /**
* mesh_path_flush_by_nexthop - Deletes mesh paths if their next hop matches * mesh_path_flush_by_nexthop - Deletes mesh paths if their next hop matches
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册