Re: [ath5k-devel] [PATCH] ath5k: merge ath5k_hw and ath5k_softc

2011-07-19 Thread Pavel Roskin
Hi, Nick! On 07/14/2011 07:37 AM, Nick Kossifidis wrote: I believe we should keep struct ath5k_hw inside ath5k.h because it's being used everywhere, not only on base.c. Having it inside base.h is misleading, we'd better just kill base.h. Could you please Ack the new patch (v2)? I believe it

Re: [ath5k-devel] [PATCH v2] ath5k: merge ath5k_hw and ath5k_softc

2011-07-19 Thread Nick Kossifidis
2011/7/15 Pavel Roskin pro...@gnu.org: 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,