On Wed, Dec 22, 2010 at 1:10 PM, Hauke Mehrtens <hauke@xxxxxxxxxx> wrote: > diff --git a/config.mk b/config.mk > index 964c646..1f95908 100644 > --- a/config.mk > +++ b/config.mk > @@ -133,7 +133,9 @@ CONFIG_COMPAT_MAC80211_RC_DEFAULT=minstrel_ht > ÂCONFIG_MAC80211_RC_PID=y > ÂCONFIG_MAC80211_RC_MINSTREL=y > ÂCONFIG_MAC80211_RC_MINSTREL_HT=y > +ifdef CONFIG_LEDS_TRIGGERS > ÂCONFIG_MAC80211_LEDS=y > +endif #CONFIG_LEDS_TRIGGERS Without using a space for the ifdef'd variable the include/linux/compat_autoconf.h will end up still defining it but you should not get it set on the local Makefiles, in this case we want it to not be defined in the compat_autoconf.h as well so how about instead (handing off to my atheros address as I use mutt there, one second) Luis -- 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