diff options
Diffstat (limited to 'net/mac80211/agg-tx.c')
-rw-r--r-- | net/mac80211/agg-tx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/agg-tx.c b/net/mac80211/agg-tx.c index c45fa5df0d41..5c7f0c3c74cb 100644 --- a/net/mac80211/agg-tx.c +++ b/net/mac80211/agg-tx.c | |||
@@ -55,6 +55,8 @@ | |||
55 | * @ampdu_action function will be called with the action | 55 | * @ampdu_action function will be called with the action |
56 | * %IEEE80211_AMPDU_TX_STOP. In this case, the call must not fail, | 56 | * %IEEE80211_AMPDU_TX_STOP. In this case, the call must not fail, |
57 | * and the driver must later call ieee80211_stop_tx_ba_cb_irqsafe(). | 57 | * and the driver must later call ieee80211_stop_tx_ba_cb_irqsafe(). |
58 | * Note that the sta can get destroyed before the BA tear down is | ||
59 | * complete. | ||
58 | */ | 60 | */ |
59 | 61 | ||
60 | static void ieee80211_send_addba_request(struct ieee80211_sub_if_data *sdata, | 62 | static void ieee80211_send_addba_request(struct ieee80211_sub_if_data *sdata, |