diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 07fe9875506e..841f7f804bb6 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -248,6 +248,9 @@ struct ieee80211_bss_conf { | |||
248 | * @IEEE80211_TX_INTFL_RCALGO: mac80211 internal flag, do not test or | 248 | * @IEEE80211_TX_INTFL_RCALGO: mac80211 internal flag, do not test or |
249 | * set this flag in the driver; indicates that the rate control | 249 | * set this flag in the driver; indicates that the rate control |
250 | * algorithm was used and should be notified of TX status | 250 | * algorithm was used and should be notified of TX status |
251 | * @IEEE80211_TX_INTFL_NEED_TXPROCESSING: completely internal to mac80211, | ||
252 | * used to indicate that a pending frame requires TX processing before | ||
253 | * it can be sent out. | ||
251 | */ | 254 | */ |
252 | enum mac80211_tx_control_flags { | 255 | enum mac80211_tx_control_flags { |
253 | IEEE80211_TX_CTL_REQ_TX_STATUS = BIT(0), | 256 | IEEE80211_TX_CTL_REQ_TX_STATUS = BIT(0), |
@@ -264,6 +267,7 @@ enum mac80211_tx_control_flags { | |||
264 | IEEE80211_TX_STAT_AMPDU_NO_BACK = BIT(11), | 267 | IEEE80211_TX_STAT_AMPDU_NO_BACK = BIT(11), |
265 | IEEE80211_TX_CTL_RATE_CTRL_PROBE = BIT(12), | 268 | IEEE80211_TX_CTL_RATE_CTRL_PROBE = BIT(12), |
266 | IEEE80211_TX_INTFL_RCALGO = BIT(13), | 269 | IEEE80211_TX_INTFL_RCALGO = BIT(13), |
270 | IEEE80211_TX_INTFL_NEED_TXPROCESSING = BIT(14), | ||
267 | }; | 271 | }; |
268 | 272 | ||
269 | /** | 273 | /** |