Skip to content

Commit

Permalink
cleanup: remove MIN_FRAG_SIZE definition.
Browse files Browse the repository at this point in the history
 - 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>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Rami Rosen authored and David S. Miller committed May 31, 2010
1 parent 92b4522 commit 604c1b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ppp_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 604c1b1

Please sign in to comment.