Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35245
b: refs/heads/master
c: 39be0aa
h: refs/heads/master
i:
  35243: c4a6d5f
v: v3
  • Loading branch information
Zhu Yi authored and John W. Linville committed Aug 29, 2006
1 parent 8da2884 commit 7d3ba38
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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: a9f0d42321a7ac40d244a7c6d74a3d1c7a4aa4f3
refs/heads/master: 39be0aaf20c832c50e5f0a975d13013a13650865
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -5043,7 +5043,6 @@ static void ipw_rx_queue_replenish(void *data)
}
list_del(element);

rxb->rxb = (struct ipw_rx_buffer *)rxb->skb->data;
rxb->dma_addr =
pci_map_single(priv->pci_dev, rxb->skb->data,
IPW_RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/ipw2200.h
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,6 @@ struct ipw_rx_packet {

struct ipw_rx_mem_buffer {
dma_addr_t dma_addr;
struct ipw_rx_buffer *rxb;
struct sk_buff *skb;
struct list_head list;
}; /* Not transferred over network, so not __attribute__ ((packed)) */
Expand Down

0 comments on commit 7d3ba38

Please sign in to comment.