patch-2.4.15 linux/drivers/net/acenic.h

Next file: linux/drivers/net/appletalk/Config.in
Previous file: linux/drivers/net/acenic.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.14/linux/drivers/net/acenic.h linux/drivers/net/acenic.h
@@ -582,11 +582,13 @@
 	aceaddr	stats2_ptr;
 };
 
+
 struct ring_info {
 	struct sk_buff		*skb;
 	dma_addr_t		mapping;
 };
 
+
 /*
  * Funny... As soon as we add maplen on alpha, it starts to work
  * much slower. Hmm... is it because struct does not fit to one cacheline?
@@ -597,6 +599,7 @@
 	dma_addr_t		mapping;
 	int			maplen;
 };
+
 
 /*
  * struct ace_skb holding the rings of skb's. This is an awful lot of

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)