diff options
-rw-r--r-- | sys/net80211/ieee80211_output.c | 4 |
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. |