Return-path: Received: from eusmtp01.atmel.com ([212.144.249.242]:49763 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751962AbcCYMTv (ORCPT ); Fri, 25 Mar 2016 08:19:51 -0400 From: Leo Kim To: CC: , , , , , , , , Subject: [PATCH 01/11] staging: wilc1000: removes WIRELESS_EXT Date: Fri, 25 Mar 2016 21:16:46 +0900 Message-ID: <1458908216-12100-1-git-send-email-leo.kim@atmel.com> (sfid-20160325_131955_722422_C9015A7C) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: This patch removes WIRELESS_EXT. Does not used the WIRELESS_EXT define. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/wilc1000/Kconfig b/drivers/staging/wilc1000/Kconfig index dce9cee..73f7fef 100644 --- a/drivers/staging/wilc1000/Kconfig +++ b/drivers/staging/wilc1000/Kconfig @@ -1,6 +1,5 @@ config WILC1000 tristate - select WIRELESS_EXT ---help--- This module only support IEEE 802.11n WiFi. -- 1.9.1