1ENUM MAC80211_TX_CON(9) The basic mac80211 driver inte ENUM MAC80211_TX_CON(9)
2
3
4
6 enum_mac80211_tx_control_flags - flags to describe transmit control
7
9 enum mac80211_tx_control_flags {
10 IEEE80211_TX_CTRL_PORT_CTRL_PROTO,
11 IEEE80211_TX_CTRL_PS_RESPONSE,
12 IEEE80211_TX_CTRL_RATE_INJECT,
13 IEEE80211_TX_CTRL_AMSDU,
14 IEEE80211_TX_CTRL_FAST_XMIT
15 };
16
18 IEEE80211_TX_CTRL_PORT_CTRL_PROTO
19 this frame is a port control protocol frame (e.g. EAP)
20
21 IEEE80211_TX_CTRL_PS_RESPONSE
22 This frame is a response to a poll frame (PS-Poll or uAPSD).
23
24 IEEE80211_TX_CTRL_RATE_INJECT
25 This frame is injected with rate information
26
27 IEEE80211_TX_CTRL_AMSDU
28 This frame is an A-MSDU frame
29
30 IEEE80211_TX_CTRL_FAST_XMIT
31 This frame is going through the fast_xmit path
32
34 These flags are used in tx_info->control.flags.
35
37 Johannes Berg <johannes@sipsolutions.net>
38 Author.
39
41Kernel Hackers Manual 3.10 June 2019 ENUM MAC80211_TX_CON(9)