Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH] mac80211: fix kernel-doc comment for mesh_plink_deactivate
@ 2008-02-25 20:36 Johannes Berg
  0 siblings, 0 replies; only message in thread
From: Johannes Berg @ 2008-02-25 20:36 UTC (permalink / raw)
  To: John Linville; +Cc: Luis Carlos Cobo, linux-wireless

Accidentally copied in a __mesh_plink_deactivate, noticed by Luis
Carlos Cobo.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
---
 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);



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-25 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-25 20:36 [PATCH] mac80211: fix kernel-doc comment for mesh_plink_deactivate Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox