summaryrefslogtreecommitdiffstats
path: root/sys/net80211
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2016-04-04 20:32:31 +0000
committeradrian <adrian@FreeBSD.org>2016-04-04 20:32:31 +0000
commit7356814ec475b7a0c4a3b6cc77b58c01ead710bd (patch)
treeb3f8bc27a0425decc984f3139267421c79c7851c /sys/net80211
parent5b3779aaeeec2fe5cef5eef2e0ea28bde63b0ced (diff)
downloadFreeBSD-src-7356814ec475b7a0c4a3b6cc77b58c01ead710bd.zip
FreeBSD-src-7356814ec475b7a0c4a3b6cc77b58c01ead710bd.tar.gz
[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.)
Diffstat (limited to 'sys/net80211')
-rw-r--r--sys/net80211/ieee80211_ioctl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_ioctl.h b/sys/net80211/ieee80211_ioctl.h
index ee98026..8c606c1 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];
};
/*
OpenPOWER on IntegriCloud