diff options
author | Helmut Schaa <helmut.schaa@googlemail.com> | 2011-09-29 13:42:25 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-10-03 15:19:17 -0400 |
commit | 893d73f4a15bda966cb72f84897898eb235e134c (patch) | |
tree | 001d5b58d5c45f3d0c12a5de0bd0eb4290dd2819 /include | |
parent | a5abbcb2206953eb1bf86281626363f2fd7a8ceb (diff) | |
download | linux-3.10-893d73f4a15bda966cb72f84897898eb235e134c.tar.gz linux-3.10-893d73f4a15bda966cb72f84897898eb235e134c.tar.bz2 linux-3.10-893d73f4a15bda966cb72f84897898eb235e134c.zip |
mac80211: Allow noack flag overwrite for injected frames
Allow injected unicast frames to be sent without having to wait
for an ACK.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/ieee80211_radiotap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ieee80211_radiotap.h b/include/net/ieee80211_radiotap.h index b0be5fb9de1..7e2c4d483ad 100644 --- a/include/net/ieee80211_radiotap.h +++ b/include/net/ieee80211_radiotap.h @@ -251,6 +251,7 @@ 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 */ /* For IEEE80211_RADIOTAP_MCS */ |