mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 05:36:24 +00:00
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>
This commit is contained in:
parent
5c142e8db4
commit
c1edd987a4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue