netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next-2.6] [PPP] cleanup: remove MIN_FRAG_SIZE definition.
@ 2010-05-25 20:00 Rami Rosen
  2010-05-31  7:29 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2010-05-25 20:00 UTC (permalink / raw)
  To: davem, netdev

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

Hi,
 - This patch removes MIN_FRAG_SIZE definition in
drivers/net/ppp_generic.c as it is unneeded.


Regards,
Rami Rosen


Signed-off-by: Rami Rosen <ramirose@gmail.com>

[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 400 bytes --]

diff --git a/drivers/net/ppp_generic.c b/drivers/net/ppp_generic.c
index 35f1953..a214835 100644
--- a/drivers/net/ppp_generic.c
+++ b/drivers/net/ppp_generic.c
@@ -69,7 +69,6 @@
 
 #define MPHDRLEN	6	/* multilink protocol header length */
 #define MPHDRLEN_SSN	4	/* ditto with short sequence numbers */
-#define MIN_FRAG_SIZE	64
 
 /*
  * An instance of /dev/ppp can be associated with either a ppp

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

* Re: [PATCH net-next-2.6] [PPP] cleanup: remove MIN_FRAG_SIZE definition.
  2010-05-25 20:00 [PATCH net-next-2.6] [PPP] cleanup: remove MIN_FRAG_SIZE definition Rami Rosen
@ 2010-05-31  7:29 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-05-31  7:29 UTC (permalink / raw)
  To: ramirose; +Cc: netdev

From: Rami Rosen <ramirose@gmail.com>
Date: Tue, 25 May 2010 23:00:46 +0300

>  - This patch removes MIN_FRAG_SIZE definition in
> drivers/net/ppp_generic.c as it is unneeded.
>
> Signed-off-by: Rami Rosen <ramirose@gmail.com>

Applied.

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

end of thread, other threads:[~2010-05-31  7:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-25 20:00 [PATCH net-next-2.6] [PPP] cleanup: remove MIN_FRAG_SIZE definition Rami Rosen
2010-05-31  7:29 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).