From 30e9af666c210e86adbae8426751ce8d1aef4138 Mon Sep 17 00:00:00 2001 From: Nikolay Martynov Date: Tue, 22 Nov 2011 21:50:29 -0500 Subject: [PATCH] --- yaml --- r: 278412 b: refs/heads/master c: a7f39f60775c0a5f2b537b20a0c2431b3f791cc8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/mac80211/agg-rx.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 721a1d285549..faf2324113b2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 285fa6958c1d56469ec8a0e879ae7487a4e62840 +refs/heads/master: a7f39f60775c0a5f2b537b20a0c2431b3f791cc8 diff --git a/trunk/net/mac80211/agg-rx.c b/trunk/net/mac80211/agg-rx.c index 476b106c0b1c..d4f23d4dc2c9 100644 --- a/trunk/net/mac80211/agg-rx.c +++ b/trunk/net/mac80211/agg-rx.c @@ -85,7 +85,7 @@ void ___ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid, /* check if this is a self generated aggregation halt */ if (initiator == WLAN_BACK_RECIPIENT && tx) ieee80211_send_delba(sta->sdata, sta->sta.addr, - tid, 0, reason); + tid, WLAN_BACK_RECIPIENT, reason); del_timer_sync(&tid_rx->session_timer); del_timer_sync(&tid_rx->reorder_timer);