summaryrefslogtreecommitdiffstats
path: root/include/net/ieee80211_radiotap.h
diff options
context:
space:
mode:
authorJohannes Berg2018-02-19 13:48:39 +0100
committerJohannes Berg2018-02-22 21:13:02 +0100
commit7299d6f7bfd1921c0cfb5e202155f1a5cfdb57d0 (patch)
tree9945333e2b70a025027216d3f3564bb83fb6b1e1 /include/net/ieee80211_radiotap.h
parentuapi: Add 802.11 Preauthentication to if_ether (diff)
downloadkernel-qcow2-linux-7299d6f7bfd1921c0cfb5e202155f1a5cfdb57d0.tar.gz
kernel-qcow2-linux-7299d6f7bfd1921c0cfb5e202155f1a5cfdb57d0.tar.xz
kernel-qcow2-linux-7299d6f7bfd1921c0cfb5e202155f1a5cfdb57d0.zip
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.h2
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 */