'\" t .\" Title: enum mac80211_tx_control_flags .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: The basic mac80211 driver interface .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "ENUM MAC80211_TX_CON" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "The basic mac80211 driver inte" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" enum_mac80211_tx_control_flags \- flags to describe transmit control .SH "SYNOPSIS" .sp .nf enum mac80211_tx_control_flags { IEEE80211_TX_CTRL_PORT_CTRL_PROTO, IEEE80211_TX_CTRL_PS_RESPONSE, IEEE80211_TX_CTRL_RATE_INJECT, IEEE80211_TX_CTRL_AMSDU }; .fi .SH "CONSTANTS" .PP IEEE80211_TX_CTRL_PORT_CTRL_PROTO .RS 4 this frame is a port control protocol frame (e\&.g\&. EAP) .RE .PP IEEE80211_TX_CTRL_PS_RESPONSE .RS 4 This frame is a response to a poll frame (PS\-Poll or uAPSD)\&. .RE .PP IEEE80211_TX_CTRL_RATE_INJECT .RS 4 This frame is injected with rate information .RE .PP IEEE80211_TX_CTRL_AMSDU .RS 4 This frame is an A\-MSDU frame .RE .SH "DESCRIPTION" .PP These flags are used in tx_info\->control\&.flags\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br