summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_input.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-03-10 10:21:50 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-03-10 10:21:50 +0000
commit0f9485f602aa01a24ccba783905b2e6359d196c3 (patch)
tree3b90135b2259d345d0c1516cba66c7813e59b211 /sys/net80211/ieee80211_input.c
parentcb903f575ecd4b1e917c41cf2a60b844f7107424 (diff)
spelling
ok gnezdo@ semarie@ mpi@
Diffstat (limited to 'sys/net80211/ieee80211_input.c')
-rw-r--r--sys/net80211/ieee80211_input.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net80211/ieee80211_input.c b/sys/net80211/ieee80211_input.c
index 5c8f88bd13a..be88453fc70 100644
--- a/sys/net80211/ieee80211_input.c
+++ b/sys/net80211/ieee80211_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ieee80211_input.c,v 1.228 2020/12/10 12:52:49 stsp Exp $ */
+/* $OpenBSD: ieee80211_input.c,v 1.229 2021/03/10 10:21:48 jsg Exp $ */
/*-
* Copyright (c) 2001 Atsushi Onoe
@@ -808,7 +808,7 @@ ieee80211_input_ba(struct ieee80211com *ic, struct mbuf *m,
if (count > ba->ba_winsize) {
/*
* Check whether we're consistently behind the window,
- * and let the window move forward if neccessary.
+ * and let the window move forward if necessary.
*/
if (ba->ba_winmiss < IEEE80211_BA_MAX_WINMISS) {
if (ba->ba_missedsn == ((sn - 1) & 0xfff))
@@ -1358,7 +1358,7 @@ ieee80211_parse_rsn_body(struct ieee80211com *ic, const u_int8_t *frm,
rsn->rsn_groupcipher = IEEE80211_CIPHER_CCMP;
rsn->rsn_nciphers = 1;
rsn->rsn_ciphers = IEEE80211_CIPHER_CCMP;
- /* if Group Management Cipher Suite missing, defaut to BIP */
+ /* if Group Management Cipher Suite missing, default to BIP */
rsn->rsn_groupmgmtcipher = IEEE80211_CIPHER_BIP;
/* if AKM Suite missing, default to 802.1X */
rsn->rsn_nakms = 1;