Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Dec 2009 00:54:08 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r200242 - head/sys/net80211
Message-ID:  <200912080054.nB80s874070930@svn.freebsd.org>

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



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