[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.)
This commit is contained in:
Adrian Chadd 2016-04-04 20:32:31 +00:00
parent 53b832b091
commit ef860a9193
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297562

View File

@ -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];
};
/*