Skip to content

Commit

Permalink
mac80211: export mesh_plink_broken
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Johannes Berg authored and John W. Linville committed Mar 6, 2008
1 parent 5c142e8 commit c1edd98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/mac80211/mesh_pathtbl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1edd98

Please sign in to comment.