Re: [PATCH] Fix NET/ROM queue length

2005-08-12 Thread David S. Miller
From: Ralf Baechle <[EMAIL PROTECTED]> Date: Fri, 12 Aug 2005 11:38:15 +0100 > NET/ROM uses virtual interfaces so setting a queue length is wrong. > > Signed-off-by: Ralf Baechle DL5RB <[EMAIL PROTECTED]> Applied, thanks. - To unsubscribe from this list: send the line "unsubscribe netdev" in the

[PATCH] Fix NET/ROM queue length

2005-08-12 Thread Ralf Baechle
NET/ROM uses virtual interfaces so setting a queue length is wrong. Signed-off-by: Ralf Baechle DL5RB <[EMAIL PROTECTED]> net/netrom/nr_dev.c |1 - 1 files changed, 1 deletion(-) Index: linux-cvs/net/netrom/nr_dev.c === --- lin