Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90158
b: refs/heads/master
c: 95db4d4
h: refs/heads/master
v: v3
  • Loading branch information
Mattias Nissler authored and John W. Linville committed Mar 13, 2008
1 parent 5425ca1 commit 404d992
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: 92f5ac6320d74fbb7230626cb88141f3ec9a694c
refs/heads/master: 95db4d4d5f00cc9b2aa703a05a70902776d8c2f2
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/rt2x00/rt2x00dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ void rt2x00lib_txdone(struct queue_entry *entry,
tx_status.ack_signal = 0;
tx_status.excessive_retries = (txdesc->status == TX_FAIL_RETRY);
tx_status.retry_count = txdesc->retry;
memcpy(&tx_status.control, txdesc->control, sizeof(txdesc->control));
memcpy(&tx_status.control, txdesc->control, sizeof(*txdesc->control));

if (!(tx_status.control.flags & IEEE80211_TXCTL_NO_ACK)) {
if (success)
Expand Down

0 comments on commit 404d992

Please sign in to comment.