tg3: Move TSO_CAPABLE assignment
authorMatt Carlson <mcarlson@broadcom.com>
Thu, 19 May 2011 12:12:52 +0000 (12:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 May 2011 22:00:00 +0000 (18:00 -0400)
commitdabc5c670d3f86d15ee4f42ab38ec5bd2682487d
tree62dfa1077d9930e02dac2c7e3c88c0c444e478a0
parent4452d0999906e3e26b718566362e943fcaa3d694
tg3: Move TSO_CAPABLE assignment

This patch moves the code that asserts the TSO_CAPABLE flag closer to
where the TSO capabilities flags are set.  There isn't a good enough
reason for the code to be separated.

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Reviewed-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c