On Thu, 2011-10-13 at 16:25 +0200, Hauke Mehrtens wrote: > There is no config option named CONFIG_BRCMUMAC this should be > CONFIG_BRCMUTIL as this is missing here. > > Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> > --- > drivers/net/wireless/Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/wireless/Makefile b/drivers/net/wireless/Makefile > index 0a304b0..812a050 100644 > --- a/drivers/net/wireless/Makefile > +++ b/drivers/net/wireless/Makefile > @@ -59,5 +59,5 @@ obj-$(CONFIG_IWM) += iwmc3200wifi/ > > obj-$(CONFIG_MWIFIEX) += mwifiex/ > obj-$(CONFIG_BRCMFMAC) += brcm80211/ > -obj-$(CONFIG_BRCMUMAC) += brcm80211/ > +obj-$(CONFIG_BRCMUTIL) += brcm80211/ > obj-$(CONFIG_BRCMSMAC) += brcm80211/ Shouldn't it just go away since BRCMUTIL depends on SMAC||FMAC and is otherwise unreachable? johannes -- 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