svn commit: r215617 - stable/7/sys/net80211

Bernhard Schmidt bschmidt at FreeBSD.org
Sun Nov 21 10:56:05 UTC 2010


Author: bschmidt
Date: Sun Nov 21 10:56:04 2010
New Revision: 215617
URL: http://svn.freebsd.org/changeset/base/215617

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

Modified:
  stable/7/sys/net80211/ieee80211_input.c
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/net80211/ieee80211_input.c
==============================================================================
--- stable/7/sys/net80211/ieee80211_input.c	Sun Nov 21 10:55:43 2010	(r215616)
+++ stable/7/sys/net80211/ieee80211_input.c	Sun Nov 21 10:56:04 2010	(r215617)
@@ -1464,7 +1464,7 @@ ieee80211_parse_wpa(struct ieee80211com 
 		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(ic,


More information about the svn-src-stable-7 mailing list