Re: [ath5k-devel] [PATCH v6 8/9] ath5k: Add AHB bus support.

2010-11-29 Thread Wojciech Dubowik
> 2010/11/26 Wojciech Dubowik : > > From: Felix Fietkau > > > > AHB specific functions are now in ahb.c file. AHB bus is > > compiled in when CONFIG_ATHEROS_AR231X is set in kernel. > > All other platforms will use PCI bus. > > > > Signed-off-by: Felix Fietkau > > Signed-off-by: Wojciech Dubowik

Re: [ath5k-devel] [PATCH v6 8/9] ath5k: Add AHB bus support.

2010-11-26 Thread Nick Kossifidis
2010/11/26 Wojciech Dubowik : > From: Felix Fietkau > > AHB specific functions are now in ahb.c file. AHB bus is > compiled in when CONFIG_ATHEROS_AR231X is set in kernel. > All other platforms will use PCI bus. > > Signed-off-by: Felix Fietkau > Signed-off-by: Wojciech Dubowik > --- >  drivers/

[ath5k-devel] [PATCH v6 8/9] ath5k: Add AHB bus support.

2010-11-26 Thread Wojciech Dubowik
From: Felix Fietkau AHB specific functions are now in ahb.c file. AHB bus is compiled in when CONFIG_ATHEROS_AR231X is set in kernel. All other platforms will use PCI bus. Signed-off-by: Felix Fietkau Signed-off-by: Wojciech Dubowik --- drivers/net/wireless/ath/ath5k/Kconfig | 17 +++- dri