Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2010 10:55:43 +0000 (UTC)
From:      Bernhard Schmidt <bschmidt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r215616 - stable/8/sys/net80211
Message-ID:  <201011211055.oALAthOo052357@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



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