diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/mac80211.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 3754ea405c88..68a9c5f3412f 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -1300,6 +1300,12 @@ enum ieee80211_filter_flags { | |||
1300 | * | 1300 | * |
1301 | * These flags are used with the ampdu_action() callback in | 1301 | * These flags are used with the ampdu_action() callback in |
1302 | * &struct ieee80211_ops to indicate which action is needed. | 1302 | * &struct ieee80211_ops to indicate which action is needed. |
1303 | * | ||
1304 | * Note that drivers MUST be able to deal with a TX aggregation | ||
1305 | * session being stopped even before they OK'ed starting it by | ||
1306 | * calling ieee80211_start_tx_ba_cb(_irqsafe), because the peer | ||
1307 | * might receive the addBA frame and send a delBA right away! | ||
1308 | * | ||
1303 | * @IEEE80211_AMPDU_RX_START: start Rx aggregation | 1309 | * @IEEE80211_AMPDU_RX_START: start Rx aggregation |
1304 | * @IEEE80211_AMPDU_RX_STOP: stop Rx aggregation | 1310 | * @IEEE80211_AMPDU_RX_STOP: stop Rx aggregation |
1305 | * @IEEE80211_AMPDU_TX_START: start Tx aggregation | 1311 | * @IEEE80211_AMPDU_TX_START: start Tx aggregation |