commit | 34195c3dce84fd0ee47f4131584ff1f6f283b93c | [log] [tgz] |
---|---|---|
author | Matt Carlson <mcarlson@broadcom.com> | Sun Jul 11 09:31:42 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 11 17:07:41 2010 -0700 |
tree | 7a0ee11aed71564cc4eccc870294dd194ee4e57e | |
parent | 20d7375c1fdf054ca8ab9e5b9fe7fe62b39fa218 [diff] |
tg3: Fix IPv6 TSO code in tg3_start_xmit_dma_bug() The tg3_start_xmit_dma_bug() function was missing code to process IPv6 TSO packets. This patch adds the missing support. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>