Netdev List
 help / color / mirror / Atom feed
* [PATCH] MPPE probably doesn't need to be EXPERIMENTAL
@ 2006-05-20  2:53 Chris Wedgwood
  2006-05-20  3:54 ` Matt Domsch
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Wedgwood @ 2006-05-20  2:53 UTC (permalink / raw)
  To: netdev; +Cc: David S. Miller, Matt Domsch

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-05-20  3:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-20  2:53 [PATCH] MPPE probably doesn't need to be EXPERIMENTAL Chris Wedgwood
2006-05-20  3:54 ` Matt Domsch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox