Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221961
b: refs/heads/master
c: 43f88d5
h: refs/heads/master
i:
  221959: 39c6de2
v: v3
  • Loading branch information
Daniel Lichtenberger authored and Greg Kroah-Hartman committed Nov 9, 2010
1 parent 417c679 commit b246407
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eacd121c3d0b74220aa6a91223e0adf7d5ec2497
refs/heads/master: 43f88d530ec656d9b556fb0d127b30757b1c3d35
3 changes: 3 additions & 0 deletions trunk/drivers/staging/rtl8192e/r8192E_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -5829,6 +5829,9 @@ static void rtl8192_rx(struct net_device *dev)
}
}

pci_unmap_single(priv->pdev, *((dma_addr_t *) skb->cb),
priv->rxbuffersize, PCI_DMA_FROMDEVICE);

skb = new_skb;
priv->rx_buf[priv->rx_idx] = skb;
*((dma_addr_t *) skb->cb) = pci_map_single(priv->pdev, skb_tail_pointer(skb), priv->rxbuffersize, PCI_DMA_FROMDEVICE);
Expand Down

0 comments on commit b246407

Please sign in to comment.