From ae228939cad0a42acedb0ca570e54f46a031c991 Mon Sep 17 00:00:00 2001 From: Ryan QIAN Date: Tue, 13 Dec 2011 09:59:12 +0800 Subject: [PATCH] ENGR00170127 [IMX6Q]: incorrect kernel config for WLAN - Add CONFIG_HOSTAP as CONFIG_WIRELESS_EXT's dependency Signed-off-by: Ryan QIAN --- arch/arm/configs/imx6_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/imx6_defconfig b/arch/arm/configs/imx6_defconfig index 5ac6c160b0a8..16712607b50f 100644 --- a/arch/arm/configs/imx6_defconfig +++ b/arch/arm/configs/imx6_defconfig @@ -909,7 +909,7 @@ CONFIG_FEC=y # CONFIG_NETDEV_10000 is not set CONFIG_WLAN=y # CONFIG_USB_ZD1201 is not set -# CONFIG_HOSTAP is not set +CONFIG_HOSTAP=y # # Enable WiMAX (Networking options) to see the WiMAX drivers -- 2.39.5