From: Matt Carlson Date: Wed, 27 Jul 2011 14:20:47 +0000 (+0000) Subject: tg3: Simplify tx bd assignments X-Git-Tag: v3.1-rc1~130^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92cd3a17ce9c719abb4c28dee3438e0c641f8de4;p=pandora-kernel.git tg3: Simplify tx bd assignments In the following patches, the process the driver will use to assign skb fragments to transmit BDs will get more complicated. To prepare for that new code, this patch seeks to simplify how transmit BDs are populated. It does this by separating the code that assigns the BD members from the logic that controls how the fields are set. Signed-off-by: Matt Carlson Reviewed-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed