]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] sky2: tx/rx ring data structure split
authorStephen Hemminger <shemminger@osdl.org>
Fri, 9 Dec 2005 19:35:01 +0000 (11:35 -0800)
committerJeff Garzik <jgarzik@pobox.com>
Mon, 12 Dec 2005 20:27:20 +0000 (15:27 -0500)
commit6cdbbdf3055f4657c9d6ccc79257bbcac1a9a1fc
treec3910bd44972cb55e29a112fa932a35b17910373
parent734d18684695dd1c6a9527b50e01bba4acab4738
[PATCH] sky2: tx/rx ring data structure split

Split Tx and Rx ring into two different data structures.
Tx needs the next value (to handle partial status), and
Rx always needs the mapaddr (to handle resubmitting same buffer).

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/sky2.c
drivers/net/sky2.h