Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183561
b: refs/heads/master
c: f3f66b6
h: refs/heads/master
i:
  183559: 7e6bda0
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Jan 5, 2010
1 parent b604eef commit bf380e7
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 341c97918ab7e84a155ea8b18759425304d213b6
refs/heads/master: f3f66b69c8ff08b46975d9e99c7ecb92a8b12eda
2 changes: 1 addition & 1 deletion trunk/net/mac80211/agg-tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ int ieee80211_start_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid)
* call back right away, it must see that the flow has begun */
*state |= HT_ADDBA_REQUESTED_MSK;

start_seq_num = sta->tid_seq[tid];
start_seq_num = sta->tid_seq[tid] >> 4;

ret = drv_ampdu_action(local, sdata, IEEE80211_AMPDU_TX_START,
pubsta, tid, &start_seq_num);
Expand Down

0 comments on commit bf380e7

Please sign in to comment.