diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2009-12-08 00:54:08 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2009-12-08 00:54:08 +0000 |
| commit | f59310a164f0d72238f06e436aec32ea17968381 (patch) | |
| tree | 3bd26256c26d4128bbcc98553394ebd09b38d019 /sys/net80211 | |
| parent | 64e5a2775423526145c013efae4f3f472c513dcd (diff) | |
Notes
Diffstat (limited to 'sys/net80211')
| -rw-r--r-- | sys/net80211/ieee80211_hostap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_hostap.c b/sys/net80211/ieee80211_hostap.c index 240ea7cb30f7..6083cf5449d6 100644 --- a/sys/net80211/ieee80211_hostap.c +++ b/sys/net80211/ieee80211_hostap.c @@ -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, |
