Accidentally copied in a __mesh_plink_deactivate, noticed by Luis Carlos Cobo. Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> --- net/mac80211/mesh_plink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- everything.orig/net/mac80211/mesh_plink.c 2008-02-25 21:33:56.000000000 +0100 +++ everything/net/mac80211/mesh_plink.c 2008-02-25 21:34:03.000000000 +0100 @@ -141,21 +141,21 @@ static void __mesh_plink_deactivate(stru { struct ieee80211_sub_if_data *sdata = sta->sdata; if (sta->plink_state == ESTAB) mesh_plink_dec_estab_count(sdata); sta->plink_state = BLOCKED; mesh_path_flush_by_nexthop(sta); } /** - * __mesh_plink_deactivate - deactivate mesh peer link + * mesh_plink_deactivate - deactivate mesh peer link * * @sta: mesh peer link to deactivate * * All mesh paths with this peer as next hop will be flushed */ void mesh_plink_deactivate(struct sta_info *sta) { spin_lock_bh(&sta->plink_lock); __mesh_plink_deactivate(sta); spin_unlock_bh(&sta->plink_lock); - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html