Fix typo in comment

Submitted by:	Paul B Mahol <onemda at gmail.com>
This commit is contained in:
Rui Paulo 2009-12-08 00:54:08 +00:00
parent 64e5a27754
commit f59310a164
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200242

View file

@ -1252,7 +1252,7 @@ ieee80211_parse_wpa(struct ieee80211vap *vap, const uint8_t *frm,
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,