Skip to content

Commit

Permalink
mac80211: don't send delBA on addBA failure
Browse files Browse the repository at this point in the history
There's no reason to send a delBA when the
peer refused our addBA, so change that.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
  • Loading branch information
Johannes Berg committed Sep 21, 2012
1 parent 582bb50 commit c6f219d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mac80211/agg-tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ void ieee80211_process_addba_resp(struct ieee80211_local *local,

} else {
___ieee80211_stop_tx_ba_session(sta, tid, WLAN_BACK_INITIATOR,
true);
false);
}

out:
Expand Down

0 comments on commit c6f219d

Please sign in to comment.