Re: [PATCH linux1394-2.6.git 07/15] ieee1394: eth1394: make MTU configurable

2007-04-03 Thread Stefan Richter
On 2 Apr, I wrote: > +static int eth1394_data_len = 1500; > +module_param_named(mtu, eth1394_data_len, int, S_IRUGO | S_IWUSR); > +MODULE_PARM_DESC(mtu, "MTU (default = 1500)"); Can be solved without a new module load parameter. From: Stefan Richter <[EMAIL PROTECTED]> Subject: ieee1394: eth139

[PATCH linux1394-2.6.git 07/15] ieee1394: eth1394: make MTU configurable

2007-04-01 Thread Stefan Richter
Signed-off-by: Stefan Richter <[EMAIL PROTECTED]> --- drivers/ieee1394/eth1394.c | 20 ++-- 1 file changed, 14 insertions(+), 6 deletions(-) Index: linux/drivers/ieee1394/eth1394.c === --- linux.orig/drivers/ieee139