Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Feb 2005 18:21:41 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 70529 for review
Message-ID:  <200502071821.j17ILfwW031454@repoman.freebsd.org>

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

Change 70529 by sam@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;



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