Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 301040
b: refs/heads/master
c: be03d4a
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Hartmann authored and John W. Linville committed Apr 17, 2012
1 parent 83f601c commit 9d8209b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 8edb254c8c08dc2e6cb60e30da00a49f8b102c43
refs/heads/master: be03d4a45c09ee5100d3aaaedd087f19bc20d01f
7 changes: 4 additions & 3 deletions trunk/drivers/net/wireless/rt2x00/rt2x00dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,10 @@ void rt2x00lib_txdone(struct queue_entry *entry,
tx_info->flags |= IEEE80211_TX_STAT_AMPDU;
tx_info->status.ampdu_len = 1;
tx_info->status.ampdu_ack_len = success ? 1 : 0;

if (!success)
tx_info->flags |= IEEE80211_TX_STAT_AMPDU_NO_BACK;
/*
* TODO: Need to tear down BA session here
* if not successful.
*/
}

if (rate_flags & IEEE80211_TX_RC_USE_RTS_CTS) {
Expand Down

0 comments on commit 9d8209b

Please sign in to comment.