rx_ring.recv_buffer_pool is unused, even in the original driver code.
Remove from stuct, and also remove some comments regarding it.
Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
struct rx_status_block *rx_status_block;
dma_addr_t rx_status_bus;
- struct list_head recv_buff_pool;
-
/* RECV */
struct list_head recv_list;
u32 num_ready_recv;
rx_ring->rx_status_block = NULL;
}
- /* Free receive buffer pool */
-
- /* Free receive packet pool */
-
/* Destroy the lookaside (RFD) pool */
if (adapter->flags & fMP_ADAPTER_RECV_LOOKASIDE) {
kmem_cache_destroy(rx_ring->recv_lookaside);