[PATCH] sis190: the size of the Rx buffer is constrained
authorFrancois Romieu <romieu@fr.zoreil.com>
Sat, 30 Jul 2005 11:13:03 +0000 (13:13 +0200)
committerJeff Garzik <jgarzik@pobox.com>
Sat, 30 Jul 2005 22:21:00 +0000 (18:21 -0400)
commit8b5641d4f1f7376257783b79f121a19ccd86b56b
treeff22ed47573d826d8744effd78edefd30100c8fe
parent830fb7d23217ae748df0b16d4d419110810036b7
[PATCH] sis190: the size of the Rx buffer is constrained

Add a restriction to the size of the Rx buffer

SiS driver forces the size of any Rx buffer to be a multiple of 64 bit.
I would not be surprized that it goes along with some alignment issues
which have been experienced before. So far it does not make much of a
difference (both drivers use 1536 bytes buffer).

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/sis190.c