summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_ioctl.h
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2016-04-28 14:46:11 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2016-04-28 14:46:11 +0000
commitdf0494da3daf2d6e7db9adcea7af35f34a70569e (patch)
tree2966f5cb9ee90838534dd388dd5267ade62934f2 /sys/net80211/ieee80211_ioctl.h
parent36ab5e6ebce4bdfff9728c93577d94b3043fba5b (diff)
Add a net80211 stat counter for block ack window "slides" as opposed
to "jumps". Will be used soon by refined block ack window handling. netstat needs to be recompiled. With and ok tb@
Diffstat (limited to 'sys/net80211/ieee80211_ioctl.h')
-rw-r--r--sys/net80211/ieee80211_ioctl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_ioctl.h b/sys/net80211/ieee80211_ioctl.h
index 035c1208e2e..d652a0365f2 100644
--- a/sys/net80211/ieee80211_ioctl.h
+++ b/sys/net80211/ieee80211_ioctl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ieee80211_ioctl.h,v 1.25 2016/04/28 13:50:14 stsp Exp $ */
+/* $OpenBSD: ieee80211_ioctl.h,v 1.26 2016/04/28 14:46:10 stsp Exp $ */
/* $NetBSD: ieee80211_ioctl.h,v 1.7 2004/04/30 22:51:04 dyoung Exp $ */
/*-
@@ -103,6 +103,7 @@ struct ieee80211_stats {
u_int32_t is_ht_tx_ba_agreements;
u_int32_t is_ht_rx_frame_below_ba_winstart;
u_int32_t is_ht_rx_frame_above_ba_winend;
+ u_int32_t is_ht_rx_ba_window_slide;
u_int32_t is_ht_rx_ba_window_jump;
u_int32_t is_ht_rx_ba_no_buf;
u_int32_t is_ht_rx_ba_frame_lost;