Netdev List
 help / color / mirror / Atom feed
From: Chris Wedgwood <cw@f00f.org>
To: netdev <netdev@vger.kernel.org>
Cc: "David S. Miller" <davem@davemloft.net>,
	Matt Domsch <Matt_Domsch@dell.com>
Subject: [PATCH] MPPE probably doesn't need to be EXPERIMENTAL
Date: Fri, 19 May 2006 19:53:08 -0700	[thread overview]
Message-ID: <20060520025308.GC9486@taniwha.stupidest.org> (raw)

A lot of people use MPPE and I'm not aware of too many complaints with
this.  Remove it's EXPERIMENTAL status.


Signed-off-by: Chris Wedgwood <cw@f00f.org>

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index aa633fa..2c56a95 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2579,8 +2579,8 @@ config PPP_BSDCOMP
 	  modules once you have said "make modules". If unsure, say N.
 
 config PPP_MPPE
-       tristate "PPP MPPE compression (encryption) (EXPERIMENTAL)"
-       depends on PPP && EXPERIMENTAL
+       tristate "PPP MPPE compression (encryption)"
+       depends on PPP
        select CRYPTO
        select CRYPTO_SHA1
        select CRYPTO_ARC4

             reply	other threads:[~2006-05-20  2:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-20  2:53 Chris Wedgwood [this message]
2006-05-20  3:54 ` [PATCH] MPPE probably doesn't need to be EXPERIMENTAL Matt Domsch

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=20060520025308.GC9486@taniwha.stupidest.org \
    --to=cw@f00f.org \
    --cc=Matt_Domsch@dell.com \
    --cc=davem@davemloft.net \
    --cc=netdev@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox