diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2016-04-28 14:46:51 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2016-04-28 14:46:51 +0000 |
commit | ff14b28342555e2f467f6ce15d877da23dd47560 (patch) | |
tree | 03b12cb6528b4ab27d8eb01678cb4f6628897ca0 /usr.bin/netstat/net80211.c | |
parent | df0494da3daf2d6e7db9adcea7af35f34a70569e (diff) |
Display block ack window slide counter.
with and ok tb@
Diffstat (limited to 'usr.bin/netstat/net80211.c')
-rw-r--r-- | usr.bin/netstat/net80211.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/netstat/net80211.c b/usr.bin/netstat/net80211.c index 8d55ca824dc..e9dfb333358 100644 --- a/usr.bin/netstat/net80211.c +++ b/usr.bin/netstat/net80211.c @@ -1,4 +1,4 @@ -/* $OpenBSD: net80211.c,v 1.14 2016/04/27 11:59:03 stsp Exp $ */ +/* $OpenBSD: net80211.c,v 1.15 2016/04/28 14:46:50 stsp Exp $ */ /* * Copyright (c) 2005 Reyk Floeter <reyk@openbsd.org> @@ -128,6 +128,7 @@ net80211_ifstats(char *ifname) "\t%lu input frame%s below block ack window start\n"); p(is_ht_rx_frame_above_ba_winend, "\t%lu input frame%s above block ack window end\n"); + p(is_ht_rx_ba_window_slide, "\t%lu input block ack window slide%s\n"); p(is_ht_rx_ba_window_jump, "\t%lu input block ack window jump%s\n"); p(is_ht_rx_ba_no_buf, "\t%lu duplicate input block ack frame%s\n"); p(is_ht_rx_ba_frame_lost, |