From: Helmut Schaa Date: Fri, 7 Oct 2011 09:53:41 +0000 (+0200) Subject: mac80211: Update injection documentation X-Git-Tag: v3.2-rc1~129^2~83^2~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9cd48f95c5ba9e5f1d5287ed74630607471031c;p=thirdparty%2Fkernel%2Flinux.git mac80211: Update injection documentation Add documentation about NOACK tx flag usage. Signed-off-by: Helmut Schaa Signed-off-by: John W. Linville --- diff --git a/Documentation/networking/mac80211-injection.txt b/Documentation/networking/mac80211-injection.txt index b30e81ad5307e..3a930072b161f 100644 --- a/Documentation/networking/mac80211-injection.txt +++ b/Documentation/networking/mac80211-injection.txt @@ -23,6 +23,10 @@ radiotap headers and used to control injection: IEEE80211_RADIOTAP_F_FRAG: frame will be fragmented if longer than the current fragmentation threshold. + * IEEE80211_RADIOTAP_TX_FLAGS + + IEEE80211_RADIOTAP_F_TX_NOACK: frame should be sent without waiting for + an ACK even if it is a unicast frame The injection code can also skip all other currently defined radiotap fields facilitating replay of captured radiotap headers directly.