Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209862
b: refs/heads/master
c: c206a04
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Aug 17, 2010
1 parent 07b0ceb commit bfffccb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 3198c68cb4e1967f59244f0a0b9f46102d617373
refs/heads/master: c206a04fba2c3890bc95dc9c20ae2cf9740fae71
8 changes: 0 additions & 8 deletions trunk/drivers/net/wireless/ipw2x00/ipw2100.c
Original file line number Diff line number Diff line change
Expand Up @@ -2723,14 +2723,6 @@ static void __ipw2100_rx_process(struct ipw2100_priv *priv)

packet = &priv->rx_buffers[i];

/* Sync the DMA for the STATUS buffer so CPU is sure to get
* the correct values */
pci_dma_sync_single_for_cpu(priv->pci_dev,
sq->nic +
sizeof(struct ipw2100_status) * i,
sizeof(struct ipw2100_status),
PCI_DMA_FROMDEVICE);

/* Sync the DMA for the RX buffer so CPU is sure to get
* the correct values */
pci_dma_sync_single_for_cpu(priv->pci_dev, packet->dma_addr,
Expand Down

0 comments on commit bfffccb

Please sign in to comment.