Re: [ath9k-devel] [PATCH 16/26] ath9k_hw: Use CONFIG_ATH9K_BTCOEX_SUPPORT

2012-02-22 Thread Julian Calaby
Hi Sujith, On Wed, Feb 22, 2012 at 18:11, Sujith Manoharan c_man...@qca.qualcomm.com wrote: Make use of CONFIG_ATH9K_BTCOEX_SUPPORT in ath9k_hw to provide a clean way of compilation without BTCOEX support. Signed-off-by: Sujith Manoharan c_man...@qca.qualcomm.com --- diff --git

Re: [ath9k-devel] [PATCH 16/26] ath9k_hw: Use CONFIG_ATH9K_BTCOEX_SUPPORT

2012-02-22 Thread Sujith Manoharan
Julian Calaby wrote: -static inline bool ar9003_mci_is_ready(struct ath_hw *ah) +#else + +#define ar9003_mci_is_ready(...) false You missed one =) Heh, I did fix this, but messed up the git-rebase foo. :) Sujith ___ ath9k-devel mailing list

[ath9k-devel] [PATCH 16/26] ath9k_hw: Use CONFIG_ATH9K_BTCOEX_SUPPORT

2012-02-21 Thread Sujith Manoharan
Make use of CONFIG_ATH9K_BTCOEX_SUPPORT in ath9k_hw to provide a clean way of compilation without BTCOEX support. Signed-off-by: Sujith Manoharan c_man...@qca.qualcomm.com --- drivers/net/wireless/ath/ath9k/Makefile |6 +- drivers/net/wireless/ath/ath9k/ar9003_mci.h | 63