atl1c uses pci_prepare_to_sleep that is not backported. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- config.mk | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/config.mk b/config.mk index ae56849..b0bb35b 100644 --- a/config.mk +++ b/config.mk @@ -289,7 +289,11 @@ CONFIG_MWL8K=m CONFIG_ATL1=m CONFIG_ATL2=m CONFIG_ATL1E=m +ifdef CONFIG_COMPAT_KERNEL_27 +CONFIG_ATL1C=n +else CONFIG_ATL1C=m +endif CONFIG_HERMES=m CONFIG_HERMES_CACHE_FW_ON_INIT=y -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html