b43: Rename the DMA ring pointers
authorMichael Buesch <mb@bu3sch.de>
Thu, 6 Mar 2008 15:32:46 +0000 (16:32 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 7 Mar 2008 21:02:59 +0000 (16:02 -0500)
commitb27faf8ebf256429df8851477e02609448c0781f
tree5ae3107201e2514c0c93c569544b5f48359d6c69
parente6f5b934fba8c44c87c551e066aa7ca6fde2939e
b43: Rename the DMA ring pointers

Rename the DMA ring pointers to have more descriptive and standard
names. Also remove the 6th unused TX ring. We can add it back later,
if we need it. The unused TX-status rx-ring is also removed, as that's
only used by legacy devices not supported by this driver anyway.

This is no functional change, except less memory allocation for
the removed rings.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/b43.h
drivers/net/wireless/b43/dma.c
drivers/net/wireless/b43/main.c