Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 May 2005 04:29:51 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 76725 for review
Message-ID:  <200505090429.j494TpB7026424@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=76725

Change 76725 by sam@sam_ebb on 2005/05/09 04:29:50

	disambiguate mutex's

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_scan_sta.c#2 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_scan_sta.c#2 (text+ko) ====

@@ -102,7 +102,7 @@
 	if (st == NULL)
 		return 0;
 	mtx_init(&st->st_lock, "stacache", "802.11 sta scan cache", MTX_DEF);
-	mtx_init(&st->st_scanlock, "stascan", "802.11 sta scan cache", MTX_DEF);
+	mtx_init(&st->st_scanlock, "stascan", "802.11 sta scangen", MTX_DEF);
 	TAILQ_INIT(&st->st_entry);
 	st->st_inact = IEEE80211_INACT_SCAN;
 	ss->ss_priv = st;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505090429.j494TpB7026424>