]> bbs.cooldavid.org Git - net-next-2.6.git/commit
tg3: Fix IPv6 TSO code in tg3_start_xmit_dma_bug()
authorMatt Carlson <mcarlson@broadcom.com>
Sun, 11 Jul 2010 09:31:42 +0000 (09:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Jul 2010 00:07:41 +0000 (17:07 -0700)
commit34195c3dce84fd0ee47f4131584ff1f6f283b93c
tree7a0ee11aed71564cc4eccc870294dd194ee4e57e
parent20d7375c1fdf054ca8ab9e5b9fe7fe62b39fa218
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>
drivers/net/tg3.c