[<prev] [next>] [day] [month] [year] [list]
Message-ID: <476306DD.60001@ccr.jussieu.fr>
Date: Fri, 14 Dec 2007 23:42:37 +0100
From: Bernard Pidoux <pidoux@....jussieu.fr>
To: "David S. Miller" <davem@...emloft.net>
CC: Ralf Baechle DL5RB <ralf@...ux-mips.org>,
Linux Netdev List <netdev@...r.kernel.org>
Subject: [PATCH] [ROSE] ROSE_PACLEN definition used a number constant value
Hi,
ROSE_PACLEN was defined by a substraction using a fixed constant value
of 256 in af_rose.c
#define ROSE_PACLEN (256-ROSE_MIN_LEN)
For more convenience 256 is replaced by AX25_DEF_PACLEN default size
declared in ax25.h which is the actual AX25 MTU.
signed off by Bernard Pidoux, f6bvp@...at.org
View attachment "rose-2.6.24-rc5.patch5" of type "text/plain" (385 bytes)
Powered by blists - more mailing lists