Re: [PATCH] spidernet: move medium variable into card struct

2007-02-12 Thread Linas Vepstas
On Mon, Feb 12, 2007 at 09:37:15PM +0100, Jens Osterkamp wrote: > This moves the medium variable into the spidernet card structure. > It renames the GMII_ variables to BCM54XX specific ones. > > Signed-off-by: Jens Osterkamp <[EMAIL PROTECTED]> Boot-tested the patch, it works for me Acked-by: Li

[PATCH] spidernet: move medium variable into card struct

2007-02-12 Thread Jens Osterkamp
This moves the medium variable into the spidernet card structure. It renames the GMII_ variables to BCM54XX specific ones. Signed-off-by: Jens Osterkamp <[EMAIL PROTECTED]> --- Index: linux-2.6.20/drivers/net/spider_net.c === --- li