diff options
-rw-r--r-- | net/mac80211/agg-rx.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/mac80211/agg-rx.c b/net/mac80211/agg-rx.c index 1c4320b01e3c..aa858a03951c 100644 --- a/net/mac80211/agg-rx.c +++ b/net/mac80211/agg-rx.c | |||
@@ -274,6 +274,10 @@ void ieee80211_process_addba_request(struct ieee80211_local *local, | |||
274 | 274 | ||
275 | /* activate it for RX */ | 275 | /* activate it for RX */ |
276 | rcu_assign_pointer(sta->ampdu_mlme.tid_rx[tid], tid_agg_rx); | 276 | rcu_assign_pointer(sta->ampdu_mlme.tid_rx[tid], tid_agg_rx); |
277 | |||
278 | if (timeout) | ||
279 | mod_timer(&tid_agg_rx->session_timer, TU_TO_EXP_TIME(timeout)); | ||
280 | |||
277 | end: | 281 | end: |
278 | spin_unlock_bh(&sta->lock); | 282 | spin_unlock_bh(&sta->lock); |
279 | 283 | ||