svn commit: r200242 - head/sys/net80211

Rui Paulo rpaulo at FreeBSD.org
Mon Dec 7 16:54:09 PST 2009


Author: rpaulo
Date: Tue Dec  8 00:54:08 2009
New Revision: 200242
URL: http://svn.freebsd.org/changeset/base/200242

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

Modified:
  head/sys/net80211/ieee80211_hostap.c

Modified: head/sys/net80211/ieee80211_hostap.c
==============================================================================
--- head/sys/net80211/ieee80211_hostap.c	Tue Dec  8 00:52:59 2009	(r200241)
+++ head/sys/net80211/ieee80211_hostap.c	Tue Dec  8 00:54:08 2009	(r200242)
@@ -1252,7 +1252,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