Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254659
b: refs/heads/master
c: 1107a08
h: refs/heads/master
i:
  254657: 0a7b687
  254655: 1acddd8
v: v3
  • Loading branch information
Johannes Berg authored and Wey-Yi Guy committed Jun 27, 2011
1 parent 2d5fa4b commit 24a5374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 5306c0807491e891125f4fb08b04340c91530f57
refs/heads/master: 1107a08a1a3e0f54d535d37ee0c4192acce6a7f3
5 changes: 1 addition & 4 deletions trunk/drivers/net/wireless/iwlwifi/iwl-tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,7 @@ void iwl_cmd_queue_unmap(struct iwl_priv *priv)
i = get_cmd_index(q, q->read_ptr);

if (txq->meta[i].flags & CMD_MAPPED) {
pci_unmap_single(priv->pci_dev,
dma_unmap_addr(&txq->meta[i], mapping),
dma_unmap_len(&txq->meta[i], len),
PCI_DMA_BIDIRECTIONAL);
iwlagn_unmap_tfd(priv, &txq->meta[i], &txq->tfds[i]);
txq->meta[i].flags = 0;
}

Expand Down

0 comments on commit 24a5374

Please sign in to comment.