From ef860a9193cf2b00078ff2c68b44973e819b7229 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Mon, 4 Apr 2016 20:32:31 +0000 Subject: [net80211] add amsdu and fast frames encap failure counters in the ioctl definition. The code to set these will come in a subsequent commit (when I start fleshing out A-MSDU support.) --- sys/net80211/ieee80211_ioctl.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/net80211') diff --git a/sys/net80211/ieee80211_ioctl.h b/sys/net80211/ieee80211_ioctl.h index ee980263f6ff..8c606c1b284d 100644 --- a/sys/net80211/ieee80211_ioctl.h +++ b/sys/net80211/ieee80211_ioctl.h @@ -246,7 +246,10 @@ struct ieee80211_stats { uint32_t is_ampdu_bar_tx_retry; /* A-MPDU BAR frames TX rtry */ uint32_t is_ampdu_bar_tx_fail; /* A-MPDU BAR frames TX fail */ - uint32_t is_spare[7]; + uint32_t is_ff_encapfail; /* failed FF encap */ + uint32_t is_amsdu_encapfail; /* failed A-MSDU encap */ + + uint32_t is_spare[5]; }; /* -- cgit v1.2.3