svn commit: r215616 - stable/8/sys/net80211

Bernhard Schmidt bschmidt at FreeBSD.org
Sun Nov 21 10:55:44 UTC 2010


Author: bschmidt
Date: Sun Nov 21 10:55:43 2010
New Revision: 215616
URL: http://svn.freebsd.org/changeset/base/215616

Log:
  MFC r200242:
  Fix typo in comment
  
  Submitted by:	Paul B Mahol <onemda at gmail.com>
  Committed by:	rpaulo

Modified:
  stable/8/sys/net80211/ieee80211_hostap.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/net80211/ieee80211_hostap.c
==============================================================================
--- stable/8/sys/net80211/ieee80211_hostap.c	Sun Nov 21 10:55:16 2010	(r215615)
+++ stable/8/sys/net80211/ieee80211_hostap.c	Sun Nov 21 10:55:43 2010	(r215616)
@@ -1260,7 +1260,7 @@ ieee80211_parse_wpa(struct ieee80211vap 
 		return IEEE80211_REASON_IE_INVALID;
 	}
 	frm += 6, len -= 4;		/* NB: len is payload only */
-	/* NB: iswapoui already validated the OUI and type */
+	/* NB: iswpaoui already validated the OUI and type */
 	w = LE_READ_2(frm);
 	if (w != WPA_VERSION) {
 		IEEE80211_DISCARD_IE(vap,


More information about the svn-src-all mailing list