On 10/13/2011 04:28 PM, Johannes Berg wrote: > 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 > > Henry provided the script for preparing the mainline patch. Indeed there is no BRCMUMAC item so that was clearly a mistake. Also Johannes statement is a valid one. BRCMUTIL always comes with either BRCMSMAC or BRCMFMAC so include brcm80211/ on BRCMSMAC or BRCMFMAC is sufficient. The Makefile in brcm80211 assures brcmutil module is built. Gr. AvS
Attachment:
0xB5E1A116.asc
Description: application/pgp-keys