summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstsp <stsp@openbsd.org>2016-04-28 14:46:10 +0000
committerstsp <stsp@openbsd.org>2016-04-28 14:46:10 +0000
commit1b4e1bc27dae9b8e828e239eb2fd2b75c157abf6 (patch)
treec19d8831933896a23c147d00bfafcc09eaa8b6e1
parentfix comment (diff)
downloadwireguard-openbsd-1b4e1bc27dae9b8e828e239eb2fd2b75c157abf6.tar.xz
wireguard-openbsd-1b4e1bc27dae9b8e828e239eb2fd2b75c157abf6.zip
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@
-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;