mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04: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();
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue