Skip to content

Commit

Permalink
[PATCH] ipw2200: remove unused struct ipw_rx_buffer
Browse files Browse the repository at this point in the history
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Zhu Yi authored and John W. Linville committed Aug 29, 2006
1 parent a9f0d42 commit 39be0aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion 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 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 39be0aa

Please sign in to comment.