public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix minor bug in sungem.h
@ 2005-08-25  0:23 Geoff Levand
  2005-09-01 22:10 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Geoff Levand @ 2005-08-25  0:23 UTC (permalink / raw)
  To: davem; +Cc: linux-kernel

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 <geoffrey.levand@am.sony.com>

--- a/drivers/net/sungem.h	2005-08-19 14:35:50.000000000 -0700
+++ b/drivers/net/sungem.h	2005-08-24 17:14:18.000000000 -0700
@@ -1020,7 +1020,7 @@
 		
 	struct gem_init_block	*init_block;
 	struct sk_buff		*rx_skbs[RX_RING_SIZE];
-	struct sk_buff		*tx_skbs[RX_RING_SIZE];
+	struct sk_buff		*tx_skbs[TX_RING_SIZE];
 	dma_addr_t		gblock_dvma;
 
 	struct pci_dev		*pdev;


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix minor bug in sungem.h
  2005-08-25  0:23 [PATCH] fix minor bug in sungem.h Geoff Levand
@ 2005-09-01 22:10 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2005-09-01 22:10 UTC (permalink / raw)
  To: geoffrey.levand; +Cc: linux-kernel

From: Geoff Levand <geoffrey.levand@am.sony.com>
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 <geoffrey.levand@am.sony.com>

Applied, thanks for catching this Geoff.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-09-01 22:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-25  0:23 [PATCH] fix minor bug in sungem.h Geoff Levand
2005-09-01 22:10 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox