aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/radiotap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/radiotap.h')
-rw-r--r--src/utils/radiotap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/radiotap.h b/src/utils/radiotap.h
index 508264c..137288f 100644
--- a/src/utils/radiotap.h
+++ b/src/utils/radiotap.h
@@ -238,5 +238,6 @@ enum ieee80211_radiotap_type {
* retries */
#define IEEE80211_RADIOTAP_F_TX_CTS 0x0002 /* used cts 'protection' */
#define IEEE80211_RADIOTAP_F_TX_RTS 0x0004 /* used rts/cts handshake */
+#define IEEE80211_RADIOTAP_F_TX_NOACK 0x0008 /* don't expect an ACK */
#endif /* IEEE80211_RADIOTAP_H */