PERFORCE change 76725 for review

Sam Leffler sam at FreeBSD.org
Sun May 8 21:29:52 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=76725

Change 76725 by sam at 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;


More information about the p4-projects mailing list