Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753150AbZJGVQp (ORCPT ); Wed, 7 Oct 2009 17:16:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752878AbZJGVQo (ORCPT ); Wed, 7 Oct 2009 17:16:44 -0400 Received: from charlotte.tuxdriver.com ([70.61.120.58]:48380 "EHLO smtp.tuxdriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751721AbZJGVQn (ORCPT ); Wed, 7 Oct 2009 17:16:43 -0400 From: "John W. Linville" To: linux-wireless@vger.kernel.org Cc: Randy Dunlap , Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, "John W. Linville" Subject: [PATCH] wireless: make WEXT_SPY and WEXT_PRIV select WEXT_CORE Date: Wed, 7 Oct 2009 17:07:52 -0400 Message-Id: <1254949672-24022-1-git-send-email-linville@tuxdriver.com> X-Mailer: git-send-email 1.6.2.5 In-Reply-To: <20091007105720.a2457e5b.randy.dunlap@oracle.com> References: <20091007105720.a2457e5b.randy.dunlap@oracle.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 995 Lines: 35 Should prevent this build error reported by Randy... net/wireless/wext-priv.c:206: error: implicit declaration of function 'call_commit_handler' make[3]: *** [net/wireless/wext-priv.o] Error 1 Reported-by: Randy Dunlap Signed-off-by: John W. Linville --- net/wireless/Kconfig | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig index 614bdce..d3ecca3 100644 --- a/net/wireless/Kconfig +++ b/net/wireless/Kconfig @@ -12,9 +12,11 @@ config WEXT_PROC config WEXT_SPY bool + depends on WEXT_CORE config WEXT_PRIV bool + depends on WEXT_CORE config CFG80211 tristate "cfg80211 - wireless configuration API" -- 1.6.2.5 -- 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/