Re: [PATCH] fix minor bug in sungem.h

2005-09-01 Thread David S. Miller
From: Geoff Levand <[EMAIL PROTECTED]> Date: Wed, 24 Aug 2005 17:23:11 -0700 > This changes the Sun Gem Ether driver's tx ring buffer > length to the proper constant. Currently TX_RING_SIZE > and RX_RING_SIZE are equal, so no malfunction occurs. > > Signed-off-by: Geoff Levand <[EMAIL PROTECTE

[PATCH] fix minor bug in sungem.h

2005-08-24 Thread Geoff Levand
This changes the Sun Gem Ether driver's tx ring buffer length to the proper constant. Currently TX_RING_SIZE and RX_RING_SIZE are equal, so no malfunction occurs. Signed-off-by: Geoff Levand <[EMAIL PROTECTED]> --- a/drivers/net/sungem.h 2005-08-19 14:35:50.0 -0700 +++ b/drivers/