netxen: fix ipv6 offload and tx cleanup
authorDhananjay Phadke <dhananjay@netxen.com>
Thu, 15 Jan 2009 04:48:11 +0000 (20:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Jan 2009 04:48:11 +0000 (20:48 -0800)
o fix the ip/tcp hdr offset in tx descriptors for ipv6.
o cleanup xmit function, move the tso checks into separate function,
  this reduces unnecessary endian conversions back and forth.
o optimize macros to initialize tx descriptors.

Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/netxen/netxen_nic.h
drivers/net/netxen/netxen_nic_hw.c
drivers/net/netxen/netxen_nic_main.c

Simple merge
Simple merge
Simple merge