diff options
author | Johannes Berg <johannes.berg@intel.com> | 2018-02-19 15:48:39 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2018-02-22 23:13:02 +0300 |
commit | 7299d6f7bfd1921c0cfb5e202155f1a5cfdb57d0 (patch) | |
tree | 9945333e2b70a025027216d3f3564bb83fb6b1e1 /include/net/ieee80211_radiotap.h | |
parent | 4fe0de5b143762d327bfaf1d7be7c5b58041a18c (diff) | |
download | linux-7299d6f7bfd1921c0cfb5e202155f1a5cfdb57d0.tar.xz |
mac80211: support reporting A-MPDU EOF bit value/known
Support getting the EOF bit value reported from hardware
and writing it out to radiotap.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/ieee80211_radiotap.h')
-rw-r--r-- | include/net/ieee80211_radiotap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ieee80211_radiotap.h b/include/net/ieee80211_radiotap.h index d91f9e7f4d71..960236fb1681 100644 --- a/include/net/ieee80211_radiotap.h +++ b/include/net/ieee80211_radiotap.h @@ -149,6 +149,8 @@ enum ieee80211_radiotap_ampdu_flags { IEEE80211_RADIOTAP_AMPDU_IS_LAST = 0x0008, IEEE80211_RADIOTAP_AMPDU_DELIM_CRC_ERR = 0x0010, IEEE80211_RADIOTAP_AMPDU_DELIM_CRC_KNOWN = 0x0020, + IEEE80211_RADIOTAP_AMPDU_EOF = 0x0040, + IEEE80211_RADIOTAP_AMPDU_EOF_KNOWN = 0x0080, }; /* for IEEE80211_RADIOTAP_VHT */ |