[PATCH] ipw2200: remove unused struct ipw_rx_buffer

Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Zhu Yi
2006-08-21 11:37:36 +08:00
committed by John W. Linville
parent a9f0d42321
commit 39be0aaf20
2 changed files with 0 additions and 2 deletions

View File

@@ -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)) */