Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361077
b: refs/heads/master
c: f9aa8dd
h: refs/heads/master
i:
  361075: 079f694
v: v3
  • Loading branch information
Emmanuel Grumbach authored and Johannes Berg committed Mar 4, 2013
1 parent b6368c3 commit a7da356
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: de8bc6dd2d52cacaa76ea381ffdc00919b100a2c
refs/heads/master: f9aa8dd33714f17c7229ad89309406a1ccb3cd3f
10 changes: 10 additions & 0 deletions trunk/drivers/net/wireless/iwlwifi/mvm/sta.c
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,16 @@ int iwl_mvm_sta_tx_agg_stop(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
u16 txq_id;
int err;


/*
* If mac80211 is cleaning its state, then say that we finished since
* our state has been cleared anyway.
*/
if (test_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status)) {
ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid);
return 0;
}

spin_lock_bh(&mvmsta->lock);

txq_id = tid_data->txq_id;
Expand Down

0 comments on commit a7da356

Please sign in to comment.