Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2010 10:56:04 +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-7@freebsd.org
Subject:   svn commit: r215617 - stable/7/sys/net80211
Message-ID:  <201011211056.oALAu4ne052407@svn.freebsd.org>

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



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