Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753667AbbEKMhL (ORCPT ); Mon, 11 May 2015 08:37:11 -0400 Received: from mail-vn0-f49.google.com ([209.85.216.49]:36627 "EHLO mail-vn0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751290AbbEKMhG (ORCPT ); Mon, 11 May 2015 08:37:06 -0400 MIME-Version: 1.0 In-Reply-To: <20150511105034.40580.qmail@dec59.ruk.cuni.cz> References: <20150511105034.40580.qmail@dec59.ruk.cuni.cz> Date: Mon, 11 May 2015 21:37:05 +0900 X-Google-Sender-Auth: ufZlVD7evNqejoNurb6q3nD5YU0 Message-ID: Subject: Re: [PATCH] ARM: exynos_defconfig: add options to make wifi usable From: Krzysztof Kozlowski To: Michal Suchanek Cc: linux-arm-kernel@lists.infradead.org, Russell King , Kukjin Kim , Javier Martinez Canillas , Krzysztof Kozlowski , Lukasz Majewski , Andreas Faerber , Sachin Kamat , Sjoerd Simons , "Rafael J. Wysocki" , linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1706 Lines: 50 2015-05-11 19:22 GMT+09:00 Michal Suchanek : > > The Exynos defconfig includes mwifiex sdio support which is present on > some of the Exynos boards. > > For the WiFi to be usable two extra options are needed. Usermode > firmware helper to load out-of-kernel firmware and wireless extensions > so the interface can be configured with wireless-tools. > > Signed-off-by: Michal Suchanek > --- > arch/arm/configs/exynos_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig > index d034c96..5d4ee83f 100644 > --- a/arch/arm/configs/exynos_defconfig > +++ b/arch/arm/configs/exynos_defconfig > @@ -42,6 +42,7 @@ CONFIG_IP_PNP_BOOTP=y > CONFIG_IP_PNP_RARP=y > CONFIG_WIRELESS=y > CONFIG_CFG80211=y > +CONFIG_CFG80211_WEXT=y Hi, No, the CFG80211_WEXT is the old interface. I think there were some plans to mark it deprecated. Anyway it should not be enabled by default and almost none of configs enable it. > CONFIG_MWIFIEX=y > CONFIG_MWIFIEX_SDIO=y > CONFIG_RFKILL_REGULATOR=y > @@ -49,6 +50,7 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" > CONFIG_DEVTMPFS=y > CONFIG_DEVTMPFS_MOUNT=y > CONFIG_PROC_DEVICETREE=y > +CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y It is an fallback, not usual way of loading firmware. In typical cases this should not be needed. Why Exynos defconfig should be exceptional here? Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/