alistair23-linux/drivers/net/wireless/ath/ath5k
Pavel Roskin e0d687bd9d ath5k: merge ath5k_hw and ath5k_softc
Both ath5k_hw and ath5k_softc represent one instance of the hardware.
This duplication is historical and is not needed anymore.

Keep the name "ath5k_hw" for the merged structure and "ah" for the
variable pointing to it.  "ath5k_hw" is shorter than "ath5k_softc", more
descriptive and more widely used.

Put the combined structure to ath5k.h where the old ath5k_softc used to
be. Move some code from base.h to ath5k.h as needed.

Remove memory allocation for struct ath5k_hw and the corresponding error
handling.  Merge iobase and ah_iobase fields.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Acked-by: Nick Kossifidis <mickflemm@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-07-20 15:04:33 -04:00
..
ahb.c ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
ani.c ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
ani.h
ath5k.h ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
attach.c ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
base.c ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
base.h ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
caps.c ath5k: fix typos, bad comment formatting and GHz in place of MHz 2011-07-11 15:02:16 -04:00
debug.c ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
debug.h ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
desc.c ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
desc.h ath5k: fix typos, bad comment formatting and GHz in place of MHz 2011-07-11 15:02:16 -04:00
dma.c ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
eeprom.c ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
eeprom.h ath5k: fix typos, bad comment formatting and GHz in place of MHz 2011-07-11 15:02:16 -04:00
gpio.c
initvals.c ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
Kconfig
led.c ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
mac80211-ops.c ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
Makefile
pci.c ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
pcu.c ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
phy.c ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
qcu.c ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
reg.h ath5k: fix typos, bad comment formatting and GHz in place of MHz 2011-07-11 15:02:16 -04:00
reset.c ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
rfbuffer.h ath5k: replace spaces with tabs as suggested by checkpatch.pl 2011-07-08 11:44:28 -04:00
rfgain.h ath5k: fix typos, bad comment formatting and GHz in place of MHz 2011-07-11 15:02:16 -04:00
rfkill.c ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
sysfs.c ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00
trace.h ath5k: merge ath5k_hw and ath5k_softc 2011-07-20 15:04:33 -04:00