[PATCH v2 5/5] ARM: tegra: enable brcmfmac in defconfig
From: Arend van Spriel <hidden>
Date: 2012-09-21 14:39:52
Also in:
linux-tegra, lkml
From: Arend van Spriel <hidden>
Date: 2012-09-21 14:39:52
Also in:
linux-tegra, lkml
On 09/21/2012 10:55 AM, Wei Ni wrote:
New options enabled: * CFG80211_WEXT: (dependency) * BRCMFMAC: wlan driver, enable as module. Signed-off-by: Wei Ni <redacted> --- arch/arm/configs/tegra_defconfig | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index adcf3c2..04b18ea 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig@@ -73,6 +73,7 @@ CONFIG_BT_BNEP=y CONFIG_BT_HIDP=y CONFIG_BT_HCIBTUSB=m CONFIG_CFG80211=y +CONFIG_CFG80211_WEXT=y
Any particular reason for enabling this? The driver does not specifically need it. The option only allows use of WEXT dependent user-space tools like iwconfig and iwlist. At least it is not needed by brcmfmac driver hence it does not select it. You indicate there is a dependency. Could you elaborate? Gr. AvS