All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: Joe Perches <joe@perches.com>
Cc: linux-wireless <linux-wireless@vger.kernel.org>
Subject: RTLWIFI_DEBUG bug
Date: Mon, 13 Feb 2012 15:13:07 +0100	[thread overview]
Message-ID: <1329142387.3365.6.camel@jlt3.sipsolutions.net> (raw)

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


             reply	other threads:[~2012-02-13 14:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-13 14:13 Johannes Berg [this message]
2012-02-13 20:35 ` RTLWIFI_DEBUG bug Joe Perches
2012-02-13 21:07   ` Johannes Berg
2012-02-14  1:48     ` Joe Perches
2012-02-13 21:45 ` Larry Finger
2012-02-14  7:36   ` Johannes Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1329142387.3365.6.camel@jlt3.sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=joe@perches.com \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.