diff options
Diffstat (limited to 'include/net')
-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 86ad2c341525..0eaa9092364b 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -399,6 +399,9 @@ struct ieee80211_bss_conf { | |||
399 | * @IEEE80211_TX_CTL_RATE_CTRL_PROBE: internal to mac80211, can be | 399 | * @IEEE80211_TX_CTL_RATE_CTRL_PROBE: internal to mac80211, can be |
400 | * set by rate control algorithms to indicate probe rate, will | 400 | * set by rate control algorithms to indicate probe rate, will |
401 | * be cleared for fragmented frames (except on the last fragment) | 401 | * be cleared for fragmented frames (except on the last fragment) |
402 | * @IEEE80211_TX_INTFL_OFFCHAN_TX_OK: Internal to mac80211. Used to indicate | ||
403 | * that a frame can be transmitted while the queues are stopped for | ||
404 | * off-channel operation. | ||
402 | * @IEEE80211_TX_INTFL_NEED_TXPROCESSING: completely internal to mac80211, | 405 | * @IEEE80211_TX_INTFL_NEED_TXPROCESSING: completely internal to mac80211, |
403 | * used to indicate that a pending frame requires TX processing before | 406 | * used to indicate that a pending frame requires TX processing before |
404 | * it can be sent out. | 407 | * it can be sent out. |
@@ -464,6 +467,7 @@ enum mac80211_tx_control_flags { | |||
464 | IEEE80211_TX_STAT_AMPDU = BIT(10), | 467 | IEEE80211_TX_STAT_AMPDU = BIT(10), |
465 | IEEE80211_TX_STAT_AMPDU_NO_BACK = BIT(11), | 468 | IEEE80211_TX_STAT_AMPDU_NO_BACK = BIT(11), |
466 | IEEE80211_TX_CTL_RATE_CTRL_PROBE = BIT(12), | 469 | IEEE80211_TX_CTL_RATE_CTRL_PROBE = BIT(12), |
470 | IEEE80211_TX_INTFL_OFFCHAN_TX_OK = BIT(13), | ||
467 | IEEE80211_TX_INTFL_NEED_TXPROCESSING = BIT(14), | 471 | IEEE80211_TX_INTFL_NEED_TXPROCESSING = BIT(14), |
468 | IEEE80211_TX_INTFL_RETRIED = BIT(15), | 472 | IEEE80211_TX_INTFL_RETRIED = BIT(15), |
469 | IEEE80211_TX_INTFL_DONT_ENCRYPT = BIT(16), | 473 | IEEE80211_TX_INTFL_DONT_ENCRYPT = BIT(16), |