Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183571
b: refs/heads/master
c: 3dc1de0
h: refs/heads/master
i:
  183569: 99e4a72
  183567: 704dba2
v: v3
  • Loading branch information
Zhu Yi authored and John W. Linville committed Jan 12, 2010
1 parent 8046c5c commit 958b0a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6e08d228b6d8e93d7b25b3573c6da7da179c2ae1
refs/heads/master: 3dc1de0bf23816ed557ac8addf680cd5ee57e805
3 changes: 2 additions & 1 deletion trunk/net/mac80211/agg-tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ static void sta_addba_resp_timer_expired(unsigned long data)

/* check if the TID waits for addBA response */
spin_lock_bh(&sta->lock);
if ((*state & (HT_ADDBA_REQUESTED_MSK | HT_ADDBA_RECEIVED_MSK)) !=
if ((*state & (HT_ADDBA_REQUESTED_MSK | HT_ADDBA_RECEIVED_MSK |
HT_AGG_STATE_REQ_STOP_BA_MSK)) !=
HT_ADDBA_REQUESTED_MSK) {
spin_unlock_bh(&sta->lock);
*state = HT_AGG_STATE_IDLE;
Expand Down

0 comments on commit 958b0a5

Please sign in to comment.