summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2016-02-11 17:06:02 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2016-02-11 17:06:02 +0000
commitff42e85dad74e2acd2ce4b3525406aea4f9462b5 (patch)
treea4a4d83d3efcf391454b882590d21d0cba347c88
parente98e0c170e93824e7f4c590ba0facf90d2307122 (diff)
Trim text in comment.
-rw-r--r--sys/net80211/ieee80211_input.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/net80211/ieee80211_input.c b/sys/net80211/ieee80211_input.c
index 8864747b14f..ece21a31571 100644
--- a/sys/net80211/ieee80211_input.c
+++ b/sys/net80211/ieee80211_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ieee80211_input.c,v 1.164 2016/02/11 16:43:40 stsp Exp $ */
+/* $OpenBSD: ieee80211_input.c,v 1.165 2016/02/11 17:06:01 stsp Exp $ */
/*-
* Copyright (c) 2001 Atsushi Onoe
@@ -724,10 +724,6 @@ ieee80211_input_ba(struct ieee80211com *ic, struct mbuf *m,
* However, if the window really did move arbitrarily, we must
* allow it to move forward. We try to detect this condition
* by counting missed consecutive frames.
- *
- * Works around buggy behaviour observed with Broadcom-based
- * APs, which emit "sequence" numbers such as 1888, 1889, 2501,
- * 1890, 1891, ... all for the same TID.
*/
count = (sn - ba->ba_winend) & 0xfff;
#ifdef DIAGNOSTIC