Re: [ath9k-devel] [PATCH 3/7] ath10k: remove excessive ifdef checks

2013-04-17 Thread Sujith Manoharan
Markowski Bartosz wrote: > Everywhere? The PCI suspend/resume callbacks are still wrapped up. Sorry, I didn't even look at the patch. ;) Sujith ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] [PATCH 3/7] ath10k: remove excessive ifdef checks

2013-04-17 Thread Markowski Bartosz
On 18/04/13 03:52, Sujith Manoharan wrote: > Bartosz Markowski wrote: >> No need to check CONFIG_PM_SLEEP everywhere, the PCI suspend >> hooks is the only place we need to check it. > The PM_SLEEP wrappers are required for OpenWrt. > > Sujith Everywhere? The PCI suspend/resume callbacks are still w

Re: [ath9k-devel] [PATCH 3/7] ath10k: remove excessive ifdef checks

2013-04-17 Thread Sujith Manoharan
Bartosz Markowski wrote: > No need to check CONFIG_PM_SLEEP everywhere, the PCI suspend > hooks is the only place we need to check it. The PM_SLEEP wrappers are required for OpenWrt. Sujith ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https:

[ath9k-devel] [PATCH 3/7] ath10k: remove excessive ifdef checks

2013-04-17 Thread Bartosz Markowski
No need to check CONFIG_PM_SLEEP everywhere, the PCI suspend hooks is the only place we need to check it. Signed-off-by: Bartosz Markowski --- drivers/net/wireless/ath/ath10k/core.c |2 -- drivers/net/wireless/ath/ath10k/wmi.c |2 -- 2 files changed, 4 deletions(-) diff --git a/drivers