Return-path: Received: from he.sipsolutions.net ([78.46.109.217]:40818 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750946Ab2BMONK (ORCPT ); Mon, 13 Feb 2012 09:13:10 -0500 Subject: RTLWIFI_DEBUG bug From: Johannes Berg To: Joe Perches Cc: linux-wireless Content-Type: text/plain; charset="UTF-8" Date: Mon, 13 Feb 2012 15:13:07 +0100 Message-ID: <1329142387.3365.6.camel@jlt3.sipsolutions.net> (sfid-20120213_151314_357491_E31444E2) Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: config RTLWIFI_DEBUG tristate "Additional debugging output" depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE default y should be config RTLWIFI_DEBUG bool "..." as otherwise +#ifdef CONFIG_RTLWIFI_DEBUG can never be true in a modular build. johannes