summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2017-01-31 11:06:16 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2017-01-31 11:06:16 +0000
commita8fff0ed95b45f3fc21758750b0bbbf4fa0a4133 (patch)
treeaa0fdecd41492e865c65784dad5b222048b60053
parentcdb731d358bb8b5b28ea3df0dee45807edbd5c3f (diff)
In a comment inside ieee80211_up_to_ac(), update a reference section
number from the 802.11-2007 standard to the 802.11-2012 standard.
-rw-r--r--sys/net80211/ieee80211_output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_output.c b/sys/net80211/ieee80211_output.c
index 01ed8ab7de9..60ffda51e7e 100644
--- a/sys/net80211/ieee80211_output.c
+++ b/sys/net80211/ieee80211_output.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ieee80211_output.c,v 1.116 2017/01/31 09:39:27 stsp Exp $ */
+/* $OpenBSD: ieee80211_output.c,v 1.117 2017/01/31 11:06:15 stsp Exp $ */
/* $NetBSD: ieee80211_output.c,v 1.13 2004/05/31 11:02:55 dyoung Exp $ */
/*-
@@ -361,7 +361,7 @@ ieee80211_up_to_ac(struct ieee80211com *ic, int up)
#endif
/*
* We do not support the admission control procedure defined in
- * IEEE Std 802.11-2007 section 9.9.3.1.2. The spec says that
+ * IEEE Std 802.11-2012 section 9.19.4.2.3. The spec says that
* non-AP QSTAs that don't support this procedure shall use EDCA
* parameters of a lower priority AC that does not require
* admission control.