From: "Stefanik Gábor" <netrolller.3d@gmail.com>
To: "Robert P. J. Day" <rpjday@crashcourse.ca>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH] WIRELESS: Make wireless immediately deselectable.
Date: Thu, 24 Jul 2008 18:13:18 +0200 [thread overview]
Message-ID: <69e28c910807240913t4430fc73yd89da535f3698ee2@mail.gmail.com> (raw)
In-Reply-To: <alpine.LFD.1.10.0807241201230.3685@localhost.localdomain>
On Thu, Jul 24, 2008 at 6:03 PM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
>
> Use a "menuconfig" Kconfig directive to allow wireless support to be
> one-click deselectable.
>
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>
> ---
>
> this *looks* like it's a safe enhancement.
>
> diff --git a/net/Kconfig b/net/Kconfig
> index b986687..4e01cec 100644
> --- a/net/Kconfig
> +++ b/net/Kconfig
> @@ -239,14 +239,17 @@ source "net/rxrpc/Kconfig"
> config FIB_RULES
> bool
>
> -menu "Wireless"
> +menuconfig WIRELESS
> + bool "Wireless"
> depends on !S390
>
> +if WIRELESS
> +
> source "net/wireless/Kconfig"
> source "net/mac80211/Kconfig"
> source "net/ieee80211/Kconfig"
>
> -endmenu
> +endif # WIRELESS
>
> source "net/rfkill/Kconfig"
> source "net/9p/Kconfig"
>
> ========================================================================
> Robert P. J. Day
> Linux Consulting, Training and Annoying Kernel Pedantry:
> Have classroom, will lecture.
>
> http://crashcourse.ca Waterloo, Ontario, CANADA
> ========================================================================
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
This should default to Enabled.
--
Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-)
next prev parent reply other threads:[~2008-07-24 16:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-24 16:03 [PATCH] WIRELESS: Make wireless immediately deselectable Robert P. J. Day
2008-07-24 16:13 ` Stefanik Gábor [this message]
2008-07-24 16:13 ` Robert P. J. Day
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=69e28c910807240913t4430fc73yd89da535f3698ee2@mail.gmail.com \
--to=netrolller.3d@gmail.com \
--cc=linux-wireless@vger.kernel.org \
--cc=rpjday@crashcourse.ca \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox