PERFORCE change 70529 for review

Sam Leffler sam at FreeBSD.org
Mon Feb 7 10:21:42 PST 2005


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

Change 70529 by sam at sam_ebb on 2005/02/07 18:20:55

	typo

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211.c#5 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211.c#5 (text+ko) ====

@@ -138,7 +138,7 @@
 	if (ic->ic_lintval == 0)
 		ic->ic_lintval = IEEE80211_BINTVAL_DEFAULT;
 	ic->ic_bmisstimeout = 7*ic->ic_lintval;	/* default 7 beacons */
-	IEEE80211_LOCK_INIT(ic, "iee80211com");
+	IEEE80211_LOCK_INIT(ic, "ieee80211com");
 	TAILQ_INIT(&ic->ic_vaps);
 
 	ic->ic_txpowlimit = IEEE80211_TXPOWER_MAX;


More information about the p4-projects mailing list