Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200163
b: refs/heads/master
c: 51a0d38
h: refs/heads/master
i:
  200161: eb16f01
  200159: c225ba0
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Jun 1, 2010
1 parent 8ff5c49 commit 230dc53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 8ae5977ff95c03fe6c36a5721c57dcb4bfe4f290
refs/heads/master: 51a0d38de26226f2779912d92f155b93d539da9a
6 changes: 4 additions & 2 deletions trunk/net/mac80211/agg-tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,14 +332,16 @@ int ieee80211_start_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid)
IEEE80211_QUEUE_STOP_REASON_AGGREGATION);

spin_unlock(&local->ampdu_lock);
spin_unlock_bh(&sta->lock);

/* send an addBA request */
/* prepare tid data */
sta->ampdu_mlme.dialog_token_allocator++;
sta->ampdu_mlme.tid_tx[tid]->dialog_token =
sta->ampdu_mlme.dialog_token_allocator;
sta->ampdu_mlme.tid_tx[tid]->ssn = start_seq_num;

spin_unlock_bh(&sta->lock);

/* send AddBA request */
ieee80211_send_addba_request(sdata, pubsta->addr, tid,
sta->ampdu_mlme.tid_tx[tid]->dialog_token,
sta->ampdu_mlme.tid_tx[tid]->ssn,
Expand Down

0 comments on commit 230dc53

Please sign in to comment.