Return-path: Received: from mga07.intel.com ([143.182.124.22]:64620 "EHLO azsmga101.ch.intel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1761609AbZFOPjE (ORCPT ); Mon, 15 Jun 2009 11:39:04 -0400 From: Samuel Ortiz To: John Linville Cc: linux-wireless@vger.kernel.org, Zhu Yi , Samuel Ortiz Subject: [PATCH 11/12][w-t] iwmc3200wifi: remove select LIB80211 from Kconfig Date: Mon, 15 Jun 2009 17:39:27 +0200 Message-Id: <24a1d38ec78a5a86d953e25c07ba4461d4552289.1245076752.git.samuel@sortiz.org> In-Reply-To: References: <8843005a4ec0cad33483426a4ecc7656bce24243.1245076752.git.samuel@sortiz.org> <9b2b9b463d1313b871f56ad77b48b4960653b766.1245076752.git.samuel@sortiz.org> <99a6f971c65b2fb751206cff9e428eb60037629b.1245076752.git.samuel@sortiz.org> <87c8d2a38226859644cfd3217366a4e42d9e7d81.1245076752.git.samuel@sortiz.org> In-Reply-To: References: Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Zhu Yi iwmc3200wifi currently doesn't link with lib80211. So remove the Kconfig selection. Signed-off-by: Zhu Yi Signed-off-by: Samuel Ortiz --- drivers/net/wireless/iwmc3200wifi/Kconfig | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/net/wireless/iwmc3200wifi/Kconfig b/drivers/net/wireless/iwmc3200wifi/Kconfig index 651c0f6..1eccb6d 100644 --- a/drivers/net/wireless/iwmc3200wifi/Kconfig +++ b/drivers/net/wireless/iwmc3200wifi/Kconfig @@ -3,7 +3,6 @@ config IWM depends on MMC && WLAN_80211 && EXPERIMENTAL depends on CFG80211 select WIRELESS_EXT - select LIB80211 select FW_LOADER config IWM_DEBUG -- 1.6.3.1